#861a4f

Color #861A4F Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #861A4F

Tints of Rose Bud Cherry #861A4F

Color information

#861A4F (or 0x861A4F) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 1A and 4F. RGB value is (134,26,79). Sum of RGB (Red+Green+Blue) = 134+26+79=239 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.07% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 134 - color contains mainly: red. Hex color #861A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861A4F is #79E5B0. Grayscale: #404040. Windows color (decimal): -7988657 or 5184134. OLE color: 5184134.

HSL color Cylindrical-coordinate representation of color #861A4F: hue angle of 330.56º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #861A4F is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1342679-
CMYK00.810.410.47
HSL330.56º67.5%31.37%-
HSV(B)330.56º80.6%52.55%-
XYZ11.616.378.01-
YUV64.33136.28177.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 56.07%
GREEN value IS 26 (10.55% from 255) = 10.88%
BLUE value IS 79 (31.25% from 255) = 33.05%
R=56.07%
G=10.88%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134267900.810.410.47330.5667.531.37
Hex861A4F051292F14b441f
Octal206321170121515751310437
Binary1000011011010100111101010001101001101111101001011100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861a4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861a4f; }

 p { color: rgb(134,26,79); }

 H1.HeaderClassName
 {
   color: #861a4f;
 }
 .AnyTagClassName
 {
   color: #861a4f;
 }
</style>
background-color css

<style>
 a { background-color: #861a4f; }

 a { background-color: rgb(134,26,79); }

 div.DivClassName
 {
   background-color: #861a4f;
 }
 .BgClassName
 {
   background-color: #861a4f;
 }
</style>
border-color css

<style>
 span { border-color: #861a4f; }

 span { border-color: rgb(134,26,79); }

 td.TdClassName
 {
   border-color: #861a4f;
 }
 .TagClassName
 {
   border-color: #861a4f;
 }
</style>