#862555

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

Shades of Rose Bud Cherry #862555

Tints of Rose Bud Cherry #862555

Color information

#862555 (or 0x862555) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 25 and 55. RGB value is (134,37,85). Sum of RGB (Red+Green+Blue) = 134+37+85=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #862555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862555 is #79DAAA. Grayscale: #474747. Windows color (decimal): -7985835 or 5580166. OLE color: 5580166.

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

Color convert

RGB1343785-
CMYK00.720.370.47
HSL330.31º56.73%33.53%-
HSV(B)330.31º72.39%52.55%-
XYZ12.137.059.32-
YUV71.47135.64172.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.34%
GREEN value IS 37 (14.84% from 255) = 14.45%
BLUE value IS 85 (33.59% from 255) = 33.20%
R=52.34%
G=14.45%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134378500.720.370.47330.3156.7333.53
Hex862555048252F14a3922
Octal20645125011045575127142
Binary10000110100101101010101001000100101101111101001010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862555; }

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

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

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

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

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

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

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

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