#861954

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

Shades of Rose Bud Cherry #861954

Tints of Rose Bud Cherry #861954

Color information

#861954 (or 0x861954) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 19 and 54. RGB value is (134,25,84). Sum of RGB (Red+Green+Blue) = 134+25+84=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #861954 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861954 is #79E6AB. Grayscale: #404040. Windows color (decimal): -7988908 or 5511558. OLE color: 5511558.

HSL color Cylindrical-coordinate representation of color #861954: hue angle of 327.52º degrees, saturation: 0.69, 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 #861954 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB1342584-
CMYK00.810.370.47
HSL327.52º68.55%31.18%-
HSV(B)327.52º81.34%52.55%-
XYZ11.786.49-
YUV64.32139.11177.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.14%
GREEN value IS 25 (10.16% from 255) = 10.29%
BLUE value IS 84 (33.20% from 255) = 34.57%
R=55.14%
G=10.29%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134258400.810.370.47327.5268.5531.18
Hex861954051252F148451f
Octal206311240121455751010537
Binary1000011011001101010001010001100101101111101001000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861954; }

 p { color: rgb(134,25,84); }

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

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

 a { background-color: rgb(134,25,84); }

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

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

 span { border-color: rgb(134,25,84); }

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