#881E42

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

Shades of Disco #881E42

Tints of Disco #881E42

Color information

#881E42 (or 0x881E42) is unknown color: approx Disco. HEX triplet: 88, 1E and 42. RGB value is (136,30,66). Sum of RGB (Red+Green+Blue) = 136+30+66=232 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.62% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 136 - color contains mainly: red. Hex color #881E42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881E42 is #77E1BD. Grayscale: #414141. Windows color (decimal): -7856574 or 4333192. OLE color: 4333192.

HSL color Cylindrical-coordinate representation of color #881E42: hue angle of 339.62º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #881E42 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB1363066-
CMYK00.780.510.47
HSL339.62º63.86%32.55%-
HSV(B)339.62º77.94%53.33%-
XYZ11.66.565.81-
YUV65.8128.12178.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.62%
GREEN value IS 30 (12.11% from 255) = 12.93%
BLUE value IS 66 (26.17% from 255) = 28.45%
R=58.62%
G=12.93%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136306600.780.510.47339.6263.8632.55
Hex881E4204E332F1544021
Octal210361020116635752410041
Binary10001000111101000010010011101100111011111010101001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881E42; }

 p { color: rgb(136,30,66); }

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

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

 a { background-color: rgb(136,30,66); }

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

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

 span { border-color: rgb(136,30,66); }

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