#881952

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

Shades of Rose Bud Cherry #881952

Tints of Rose Bud Cherry #881952

Color information

#881952 (or 0x881952) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 19 and 52. RGB value is (136,25,82). Sum of RGB (Red+Green+Blue) = 136+25+82=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #881952 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881952 is #77E6AD. Grayscale: #404040. Windows color (decimal): -7857838 or 5380488. OLE color: 5380488.

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

Color convert

RGB1362582-
CMYK00.820.400.47
HSL329.19º68.94%31.57%-
HSV(B)329.19º81.62%53.33%-
XYZ12.026.548.61-
YUV64.69137.77178.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.97%
GREEN value IS 25 (10.16% from 255) = 10.29%
BLUE value IS 82 (32.42% from 255) = 33.74%
R=55.97%
G=10.29%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136258200.820.400.47329.1968.9431.57
Hex881952052282F1494520
Octal210311220122505751110540
Binary10001000110011010010010100101010001011111010010011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881952; }

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

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

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

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

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

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

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

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