#88294B

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

Shades of Disco #88294B

Tints of Disco #88294B

Color information

#88294B (or 0x88294B) is unknown color: approx Disco. HEX triplet: 88, 29 and 4B. RGB value is (136,41,75). Sum of RGB (Red+Green+Blue) = 136+41+75=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #88294B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88294B is #77D6B4. Grayscale: #494949. Windows color (decimal): -7853749 or 4925832. OLE color: 4925832.

HSL color Cylindrical-coordinate representation of color #88294B: hue angle of 338.53º 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 #88294B is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1364175-
CMYK00.700.450.47
HSL338.53º53.67%34.71%-
HSV(B)338.53º69.85%53.33%-
XYZ12.227.337.43-
YUV73.28128.97172.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.97%
GREEN value IS 41 (16.41% from 255) = 16.27%
BLUE value IS 75 (29.69% from 255) = 29.76%
R=53.97%
G=16.27%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136417500.700.450.47338.5353.6734.71
Hex88294B0462D2F1533623
Octal21051113010655575236643
Binary10001000101001100101101000110101101101111101010011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88294B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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