#88205C

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

Shades of Rose Bud Cherry #88205C

Tints of Rose Bud Cherry #88205C

Color information

#88205C (or 0x88205C) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 20 and 5C. RGB value is (136,32,92). Sum of RGB (Red+Green+Blue) = 136+32+92=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #88205C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88205C is #77DFA3. Grayscale: #454545. Windows color (decimal): -7856036 or 6037640. OLE color: 6037640.

HSL color Cylindrical-coordinate representation of color #88205C: hue angle of 325.38º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #88205C is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1363292-
CMYK00.760.320.47
HSL325.38º61.9%32.94%-
HSV(B)325.38º76.47%53.33%-
XYZ12.67.0410.82-
YUV69.94140.46175.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.31%
GREEN value IS 32 (12.89% from 255) = 12.31%
BLUE value IS 92 (36.33% from 255) = 35.38%
R=52.31%
G=12.31%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136329200.760.320.47325.3861.932.94
Hex88205C04C202F1453e21
Octal21040134011440575057641
Binary10001000100000101110001001100100000101111101000101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88205C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88205C; }

 p { color: rgb(136,32,92); }

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

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

 a { background-color: rgb(136,32,92); }

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

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

 span { border-color: rgb(136,32,92); }

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