#88324B

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

Shades of Disco #88324B

Tints of Disco #88324B

Color information

#88324B (or 0x88324B) is unknown color: approx Disco. HEX triplet: 88, 32 and 4B. RGB value is (136,50,75). Sum of RGB (Red+Green+Blue) = 136+50+75=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #88324B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88324B is #77CDB4. Grayscale: #4E4E4E. Windows color (decimal): -7851445 or 4928136. OLE color: 4928136.

HSL color Cylindrical-coordinate representation of color #88324B: hue angle of 342.56º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #88324B is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1365075-
CMYK00.630.450.47
HSL342.56º46.24%36.47%-
HSV(B)342.56º63.24%53.33%-
XYZ12.568.027.54-
YUV78.56125.99168.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.11%
GREEN value IS 50 (19.92% from 255) = 19.16%
BLUE value IS 75 (29.69% from 255) = 28.74%
R=52.11%
G=19.16%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136507500.630.450.47342.5646.2436.47
Hex88324B03F2D2F1572e24
Octal2106211307755575275644
Binary1000100011001010010110111111101101101111101010111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88324B; }

 p { color: rgb(136,50,75); }

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

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

 a { background-color: rgb(136,50,75); }

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

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

 span { border-color: rgb(136,50,75); }

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