#88204f

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

Shades of Rose Bud Cherry #88204F

Tints of Rose Bud Cherry #88204F

Color information

#88204F (or 0x88204F) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 20 and 4F. RGB value is (136,32,79). Sum of RGB (Red+Green+Blue) = 136+32+79=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #88204F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88204F is #77DFB0. Grayscale: #444444. Windows color (decimal): -7856049 or 5185672. OLE color: 5185672.

HSL color Cylindrical-coordinate representation of color #88204F: hue angle of 332.88º 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 #88204F is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1363279-
CMYK00.760.420.47
HSL332.88º61.9%32.94%-
HSV(B)332.88º76.47%53.33%-
XYZ12.086.838.08-
YUV68.45133.96176.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.06%
GREEN value IS 32 (12.89% from 255) = 12.96%
BLUE value IS 79 (31.25% from 255) = 31.98%
R=55.06%
G=12.96%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136327900.760.420.47332.8861.932.94
Hex88204F04C2A2F14d3e21
Octal21040117011452575157641
Binary10001000100000100111101001100101010101111101001101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88204f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88204f; }

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

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

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

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

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

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

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

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