#882441

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

Shades of Disco #882441

Tints of Disco #882441

Color information

#882441 (or 0x882441) is unknown color: approx Disco. HEX triplet: 88, 24 and 41. RGB value is (136,36,65). Sum of RGB (Red+Green+Blue) = 136+36+65=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #882441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882441 is #77DBBE. Grayscale: #454545. Windows color (decimal): -7855039 or 4269192. OLE color: 4269192.

HSL color Cylindrical-coordinate representation of color #882441: hue angle of 342.6º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882441 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB1363665-
CMYK00.740.520.47
HSL342.6º58.14%33.73%-
HSV(B)342.6º73.53%53.33%-
XYZ11.746.885.71-
YUV69.21125.63175.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.38%
GREEN value IS 36 (14.45% from 255) = 15.19%
BLUE value IS 65 (25.78% from 255) = 27.43%
R=57.38%
G=15.19%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136366500.740.520.47342.658.1433.73
Hex88244104A342F1573a22
Octal21044101011264575277242
Binary10001000100100100000101001010110100101111101010111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882441; }

 p { color: rgb(136,36,65); }

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

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

 a { background-color: rgb(136,36,65); }

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

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

 span { border-color: rgb(136,36,65); }

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