#882252

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

Shades of Rose Bud Cherry #882252

Tints of Rose Bud Cherry #882252

Color information

#882252 (or 0x882252) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 22 and 52. RGB value is (136,34,82). Sum of RGB (Red+Green+Blue) = 136+34+82=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #882252 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882252 is #77DDAD. Grayscale: #454545. Windows color (decimal): -7855534 or 5382792. OLE color: 5382792.

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

Color convert

RGB1363482-
CMYK00.750.400.47
HSL331.76º60%33.33%-
HSV(B)331.76º75%53.33%-
XYZ12.256.998.69-
YUV69.97134.79175.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.97%
GREEN value IS 34 (13.67% from 255) = 13.49%
BLUE value IS 82 (32.42% from 255) = 32.54%
R=53.97%
G=13.49%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136348200.750.400.47331.766033.33
Hex88225204B282F14c3c21
Octal21042122011350575147441
Binary10001000100010101001001001011101000101111101001100111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882252; }

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

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

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

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

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

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

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

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