#88204D

Color #88204D Disco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Disco #88204D

Tints of Disco #88204D

Color information

#88204D (or 0x88204D) is unknown color: approx Disco. HEX triplet: 88, 20 and 4D. RGB value is (136,32,77). Sum of RGB (Red+Green+Blue) = 136+32+77=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #88204D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88204D is #77DFB2. Grayscale: #444444. Windows color (decimal): -7856051 or 5054600. OLE color: 5054600.

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

Color convert

RGB1363277-
CMYK00.760.430.47
HSL334.04º61.9%32.94%-
HSV(B)334.04º76.47%53.33%-
XYZ12.016.87.7-
YUV68.23132.96176.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.51%
GREEN value IS 32 (12.89% from 255) = 13.06%
BLUE value IS 77 (30.47% from 255) = 31.43%
R=55.51%
G=13.06%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136327700.760.430.47334.0461.932.94
Hex88204D04C2B2F14e3e21
Octal21040115011453575167641
Binary10001000100000100110101001100101011101111101001110111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88204D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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