#862252

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

Shades of Rose Bud Cherry #862252

Tints of Rose Bud Cherry #862252

Color information

#862252 (or 0x862252) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 22 and 52. RGB value is (134,34,82). Sum of RGB (Red+Green+Blue) = 134+34+82=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #862252 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862252 is #79DDAD. Grayscale: #454545. Windows color (decimal): -7986606 or 5382790. OLE color: 5382790.

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

Color convert

RGB1343482-
CMYK00.750.390.47
HSL331.2º59.52%32.94%-
HSV(B)331.2º74.63%52.55%-
XYZ11.936.828.67-
YUV69.37135.13174.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.6%
GREEN value IS 34 (13.67% from 255) = 13.6%
BLUE value IS 82 (32.42% from 255) = 32.8%
R=53.6%
G=13.6%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134348200.750.390.47331.259.5232.94
Hex86225204B272F14b3c21
Octal20642122011347575137441
Binary10000110100010101001001001011100111101111101001011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862252; }

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

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

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

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

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

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

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

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