#861456

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

Shades of Rose Bud Cherry #861456

Tints of Rose Bud Cherry #861456

Color information

#861456 (or 0x861456) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 14 and 56. RGB value is (134,20,86). Sum of RGB (Red+Green+Blue) = 134+20+86=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #861456 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861456 is #79EBA9. Grayscale: #3D3D3D. Windows color (decimal): -7990186 or 5641350. OLE color: 5641350.

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

Color convert

RGB1342086-
CMYK00.850.360.47
HSL325.26º74.03%30.2%-
HSV(B)325.26º85.07%52.55%-
XYZ11.766.249.39-
YUV61.61141.77179.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.83%
GREEN value IS 20 (8.20% from 255) = 8.33%
BLUE value IS 86 (33.98% from 255) = 35.83%
R=55.83%
G=8.33%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134208600.850.360.47325.2674.0330.2
Hex861456055242F1454a1e
Octal206241260125445750511236
Binary1000011010100101011001010101100100101111101000101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861456; }

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

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

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

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

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

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

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

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