#862F52

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

Shades of Rose Bud Cherry #862F52

Tints of Rose Bud Cherry #862F52

Color information

#862F52 (or 0x862F52) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 2F and 52. RGB value is (134,47,82). Sum of RGB (Red+Green+Blue) = 134+47+82=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #862F52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862F52 is #79D0AD. Grayscale: #4C4C4C. Windows color (decimal): -7983278 or 5386118. OLE color: 5386118.

HSL color Cylindrical-coordinate representation of color #862F52: hue angle of 335.86º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #862F52 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB1344782-
CMYK00.650.390.47
HSL335.86º48.07%35.49%-
HSV(B)335.86º64.93%52.55%-
XYZ12.377.718.82-
YUV77130.82168.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.95%
GREEN value IS 47 (18.75% from 255) = 17.87%
BLUE value IS 82 (32.42% from 255) = 31.18%
R=50.95%
G=17.87%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134478200.650.390.47335.8648.0735.49
Hex862F52041272F1503023
Octal20657122010147575206043
Binary10000110101111101001001000001100111101111101010000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862F52; }

 p { color: rgb(134,47,82); }

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

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

 a { background-color: rgb(134,47,82); }

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

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

 span { border-color: rgb(134,47,82); }

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