#862862

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

Shades of Rose Bud Cherry #862862

Tints of Rose Bud Cherry #862862

Color information

#862862 (or 0x862862) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 28 and 62. RGB value is (134,40,98). Sum of RGB (Red+Green+Blue) = 134+40+98=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #862862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862862 is #79D79D. Grayscale: #4A4A4A. Windows color (decimal): -7985054 or 6432902. OLE color: 6432902.

HSL color Cylindrical-coordinate representation of color #862862: hue angle of 322.98º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #862862 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB1344098-
CMYK00.700.270.47
HSL322.98º54.02%34.12%-
HSV(B)322.98º70.15%52.55%-
XYZ12.797.4712.32-
YUV74.72141.14170.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.26%
GREEN value IS 40 (16.02% from 255) = 14.71%
BLUE value IS 98 (38.67% from 255) = 36.03%
R=49.26%
G=14.71%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134409800.700.270.47322.9854.0234.12
Hex8628620461B2F1433622
Octal20650142010633575036642
Binary1000011010100011000100100011011011101111101000011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862862; }

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

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

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

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

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

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

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

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