#88294F

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

Shades of Disco #88294F

Tints of Disco #88294F

Color information

#88294F (or 0x88294F) is unknown color: approx Disco. HEX triplet: 88, 29 and 4F. RGB value is (136,41,79). Sum of RGB (Red+Green+Blue) = 136+41+79=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #88294F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88294F is #77D6B0. Grayscale: #494949. Windows color (decimal): -7853745 or 5187976. OLE color: 5187976.

HSL color Cylindrical-coordinate representation of color #88294F: hue angle of 336º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #88294F is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1364179-
CMYK00.700.420.47
HSL336º53.67%34.71%-
HSV(B)336º69.85%53.33%-
XYZ12.367.388.17-
YUV73.74130.97172.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.12%
GREEN value IS 41 (16.41% from 255) = 16.02%
BLUE value IS 79 (31.25% from 255) = 30.86%
R=53.12%
G=16.02%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136417900.700.420.4733653.6734.71
Hex88294F0462A2F1503623
Octal21051117010652575206643
Binary10001000101001100111101000110101010101111101010000110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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