#862456

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

Shades of Rose Bud Cherry #862456

Tints of Rose Bud Cherry #862456

Color information

#862456 (or 0x862456) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 24 and 56. RGB value is (134,36,86). Sum of RGB (Red+Green+Blue) = 134+36+86=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #862456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862456 is #79DBA9. Grayscale: #464646. Windows color (decimal): -7986090 or 5645446. OLE color: 5645446.

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

Color convert

RGB1343686-
CMYK00.730.360.47
HSL329.39º57.65%33.33%-
HSV(B)329.39º73.13%52.55%-
XYZ12.1479.52-
YUV71136.47172.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.34%
GREEN value IS 36 (14.45% from 255) = 14.06%
BLUE value IS 86 (33.98% from 255) = 33.59%
R=52.34%
G=14.06%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134368600.730.360.47329.3957.6533.33
Hex862456049242F1493a21
Octal20644126011144575117241
Binary10000110100100101011001001001100100101111101001001111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862456; }

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

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

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

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

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

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

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

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