#88334E

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

Shades of Disco #88334E

Tints of Disco #88334E

Color information

#88334E (or 0x88334E) is unknown color: approx Disco. HEX triplet: 88, 33 and 4E. RGB value is (136,51,78). Sum of RGB (Red+Green+Blue) = 136+51+78=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #88334E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88334E is #77CCB1. Grayscale: #4F4F4F. Windows color (decimal): -7851186 or 5125000. OLE color: 5125000.

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

Color convert

RGB1365178-
CMYK00.620.430.47
HSL340.94º45.45%36.67%-
HSV(B)340.94º62.5%53.33%-
XYZ12.718.158.11-
YUV79.49127.16168.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.32%
GREEN value IS 51 (20.31% from 255) = 19.25%
BLUE value IS 78 (30.86% from 255) = 29.43%
R=51.32%
G=19.25%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136517800.620.430.47340.9445.4536.67
Hex88334E03E2B2F1552d25
Octal2106311607653575255545
Binary1000100011001110011100111110101011101111101010101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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