#881E43

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

Shades of Disco #881E43

Tints of Disco #881E43

Color information

#881E43 (or 0x881E43) is unknown color: approx Disco. HEX triplet: 88, 1E and 43. RGB value is (136,30,67). Sum of RGB (Red+Green+Blue) = 136+30+67=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #881E43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881E43 is #77E1BC. Grayscale: #414141. Windows color (decimal): -7856573 or 4398728. OLE color: 4398728.

HSL color Cylindrical-coordinate representation of color #881E43: hue angle of 339.06º 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 #881E43 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB1363067-
CMYK00.780.510.47
HSL339.06º63.86%32.55%-
HSV(B)339.06º77.94%53.33%-
XYZ11.636.575.96-
YUV65.91128.62177.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.37%
GREEN value IS 30 (12.11% from 255) = 12.88%
BLUE value IS 67 (26.56% from 255) = 28.76%
R=58.37%
G=12.88%
B=28.76%

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
Decimal136306700.780.510.47339.0663.8632.55
Hex881E4304E332F1534021
Octal210361030116635752310041
Binary10001000111101000011010011101100111011111010100111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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