#882552

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

Shades of Rose Bud Cherry #882552

Tints of Rose Bud Cherry #882552

Color information

#882552 (or 0x882552) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 25 and 52. RGB value is (136,37,82). Sum of RGB (Red+Green+Blue) = 136+37+82=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #882552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882552 is #77DAAD. Grayscale: #474747. Windows color (decimal): -7854766 or 5383560. OLE color: 5383560.

HSL color Cylindrical-coordinate representation of color #882552: hue angle of 332.73º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #882552 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1363782-
CMYK00.730.400.47
HSL332.73º57.23%33.92%-
HSV(B)332.73º72.79%53.33%-
XYZ12.347.178.72-
YUV71.73133.8173.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.33%
GREEN value IS 37 (14.84% from 255) = 14.51%
BLUE value IS 82 (32.42% from 255) = 32.16%
R=53.33%
G=14.51%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136378200.730.400.47332.7357.2333.92
Hex882552049282F14d3922
Octal21045122011150575157142
Binary10001000100101101001001001001101000101111101001101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882552; }

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

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

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

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

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

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

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

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