#862255

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

Shades of Rose Bud Cherry #862255

Tints of Rose Bud Cherry #862255

Color information

#862255 (or 0x862255) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 22 and 55. RGB value is (134,34,85). Sum of RGB (Red+Green+Blue) = 134+34+85=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #862255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862255 is #79DDAA. Grayscale: #454545. Windows color (decimal): -7986603 or 5579398. OLE color: 5579398.

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

Color convert

RGB1343485-
CMYK00.750.370.47
HSL329.4º59.52%32.94%-
HSV(B)329.4º74.63%52.55%-
XYZ12.046.879.29-
YUV69.71136.63173.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.96%
GREEN value IS 34 (13.67% from 255) = 13.44%
BLUE value IS 85 (33.59% from 255) = 33.60%
R=52.96%
G=13.44%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134348500.750.370.47329.459.5232.94
Hex86225504B252F1493c21
Octal20642125011345575117441
Binary10000110100010101010101001011100101101111101001001111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862255; }

 p { color: rgb(134,34,85); }

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

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

 a { background-color: rgb(134,34,85); }

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

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

 span { border-color: rgb(134,34,85); }

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