#861154

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

Shades of Rose Bud Cherry #861154

Tints of Rose Bud Cherry #861154

Color information

#861154 (or 0x861154) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 11 and 54. RGB value is (134,17,84). Sum of RGB (Red+Green+Blue) = 134+17+84=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #861154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861154 is #79EEAB. Grayscale: #3B3B3B. Windows color (decimal): -7990956 or 5509510. OLE color: 5509510.

HSL color Cylindrical-coordinate representation of color #861154: hue angle of 325.64º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861154 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB1341784-
CMYK00.870.370.47
HSL325.64º77.48%29.61%-
HSV(B)325.64º87.31%52.55%-
XYZ11.636.118.95-
YUV59.62141.76181.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.02%
GREEN value IS 17 (7.03% from 255) = 7.23%
BLUE value IS 84 (33.20% from 255) = 35.74%
R=57.02%
G=7.23%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134178400.870.370.47325.6477.4829.61
Hex861154057252F1464d1e
Octal206211240127455750611536
Binary1000011010001101010001010111100101101111101000110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861154; }

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

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

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

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

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

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

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

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