#862462

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

Shades of Rose Bud Cherry #862462

Tints of Rose Bud Cherry #862462

Color information

#862462 (or 0x862462) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 24 and 62. RGB value is (134,36,98). Sum of RGB (Red+Green+Blue) = 134+36+98=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #862462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862462 is #79DB9D. Grayscale: #484848. Windows color (decimal): -7986078 or 6431878. OLE color: 6431878.

HSL color Cylindrical-coordinate representation of color #862462: hue angle of 322.04º 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 #862462 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB1343698-
CMYK00.730.270.47
HSL322.04º57.65%33.33%-
HSV(B)322.04º73.13%52.55%-
XYZ12.677.2112.28-
YUV72.37142.47171.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50%
GREEN value IS 36 (14.45% from 255) = 13.43%
BLUE value IS 98 (38.67% from 255) = 36.57%
R=50%
G=13.43%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134369800.730.270.47322.0457.6533.33
Hex8624620491B2F1423a21
Octal20644142011133575027241
Binary1000011010010011000100100100111011101111101000010111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862462; }

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

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

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

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

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

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

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

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