#88164B

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

Shades of Disco #88164B

Tints of Disco #88164B

Color information

#88164B (or 0x88164B) is unknown color: approx Disco. HEX triplet: 88, 16 and 4B. RGB value is (136,22,75). Sum of RGB (Red+Green+Blue) = 136+22+75=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #88164B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88164B is #77E9B4. Grayscale: #3E3E3E. Windows color (decimal): -7858613 or 4920968. OLE color: 4920968.

HSL color Cylindrical-coordinate representation of color #88164B: hue angle of 332.11º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #88164B is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1362275-
CMYK00.840.450.47
HSL332.11º72.15%30.98%-
HSV(B)332.11º83.82%53.33%-
XYZ11.716.327.26-
YUV62.13135.27180.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.37%
GREEN value IS 22 (8.98% from 255) = 9.44%
BLUE value IS 75 (29.69% from 255) = 32.19%
R=58.37%
G=9.44%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136227500.840.450.47332.1172.1530.98
Hex88164B0542D2F14c481f
Octal210261130124555751411037
Binary1000100010110100101101010100101101101111101001100100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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