#88334C

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

Shades of Disco #88334C

Tints of Disco #88334C

Color information

#88334C (or 0x88334C) is unknown color: approx Disco. HEX triplet: 88, 33 and 4C. RGB value is (136,51,76). Sum of RGB (Red+Green+Blue) = 136+51+76=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #88334C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88334C is #77CCB3. Grayscale: #4F4F4F. Windows color (decimal): -7851188 or 4993928. OLE color: 4993928.

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

Color convert

RGB1365176-
CMYK00.620.440.47
HSL342.35º45.45%36.67%-
HSV(B)342.35º62.5%53.33%-
XYZ12.648.127.74-
YUV79.26126.16168.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.71%
GREEN value IS 51 (20.31% from 255) = 19.39%
BLUE value IS 76 (30.08% from 255) = 28.90%
R=51.71%
G=19.39%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136517600.620.440.47342.3545.4536.67
Hex88334C03E2C2F1562d25
Octal2106311407654575265545
Binary1000100011001110011000111110101100101111101010110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,51,76); }

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

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

 a { background-color: rgb(136,51,76); }

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

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

 span { border-color: rgb(136,51,76); }

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