#88334F

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

Shades of Disco #88334F

Tints of Disco #88334F

Color information

#88334F (or 0x88334F) is unknown color: approx Disco. HEX triplet: 88, 33 and 4F. RGB value is (136,51,79). Sum of RGB (Red+Green+Blue) = 136+51+79=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #88334F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88334F is #77CCB0. Grayscale: #4F4F4F. Windows color (decimal): -7851185 or 5190536. OLE color: 5190536.

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

Color convert

RGB1365179-
CMYK00.620.420.47
HSL340.24º45.45%36.67%-
HSV(B)340.24º62.5%53.33%-
XYZ12.758.178.3-
YUV79.61127.66168.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.13%
GREEN value IS 51 (20.31% from 255) = 19.17%
BLUE value IS 79 (31.25% from 255) = 29.70%
R=51.13%
G=19.17%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136517900.620.420.47340.2445.4536.67
Hex88334F03E2A2F1542d25
Octal2106311707652575245545
Binary1000100011001110011110111110101010101111101010100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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