#882C44

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

Shades of Disco #882C44

Tints of Disco #882C44

Color information

#882C44 (or 0x882C44) is unknown color: approx Disco. HEX triplet: 88, 2C and 44. RGB value is (136,44,68). Sum of RGB (Red+Green+Blue) = 136+44+68=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #882C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C44 is #77D3BB. Grayscale: #4A4A4A. Windows color (decimal): -7852988 or 4467848. OLE color: 4467848.

HSL color Cylindrical-coordinate representation of color #882C44: hue angle of 344.35º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #882C44 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB1364468-
CMYK00.680.500.47
HSL344.35º51.11%35.29%-
HSV(B)344.35º67.65%53.33%-
XYZ12.17.456.27-
YUV74.24124.48172.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.84%
GREEN value IS 44 (17.58% from 255) = 17.74%
BLUE value IS 68 (26.95% from 255) = 27.42%
R=54.84%
G=17.74%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136446800.680.500.47344.3551.1135.29
Hex882C44044322F1583323
Octal21054104010462575306343
Binary10001000101100100010001000100110010101111101011000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882C44; }

 p { color: rgb(136,44,68); }

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

<style>
 a { background-color: #882C44; }

 a { background-color: rgb(136,44,68); }

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

<style>
 span { border-color: #882C44; }

 span { border-color: rgb(136,44,68); }

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