#861556

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

Shades of Rose Bud Cherry #861556

Tints of Rose Bud Cherry #861556

Color information

#861556 (or 0x861556) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 15 and 56. RGB value is (134,21,86). Sum of RGB (Red+Green+Blue) = 134+21+86=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #861556 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861556 is #79EAA9. Grayscale: #3E3E3E. Windows color (decimal): -7989930 or 5641606. OLE color: 5641606.

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

Color convert

RGB1342186-
CMYK00.840.360.47
HSL325.49º72.9%30.39%-
HSV(B)325.49º84.33%52.55%-
XYZ11.786.289.39-
YUV62.2141.44179.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.60%
GREEN value IS 21 (8.59% from 255) = 8.71%
BLUE value IS 86 (33.98% from 255) = 35.68%
R=55.60%
G=8.71%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134218600.840.360.47325.4972.930.39
Hex861556054242F145491e
Octal206251260124445750511136
Binary1000011010101101011001010100100100101111101000101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861556; }

 p { color: rgb(134,21,86); }

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

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

 a { background-color: rgb(134,21,86); }

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

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

 span { border-color: rgb(134,21,86); }

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