#881E4B

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

Shades of Disco #881E4B

Tints of Disco #881E4B

Color information

#881E4B (or 0x881E4B) is unknown color: approx Disco. HEX triplet: 88, 1E and 4B. RGB value is (136,30,75). Sum of RGB (Red+Green+Blue) = 136+30+75=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #881E4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881E4B is #77E1B4. Grayscale: #424242. Windows color (decimal): -7856565 or 4923016. OLE color: 4923016.

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

Color convert

RGB1363075-
CMYK00.780.450.47
HSL334.53º63.86%32.55%-
HSV(B)334.53º77.94%53.33%-
XYZ11.896.677.32-
YUV66.82132.62177.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.43%
GREEN value IS 30 (12.11% from 255) = 12.45%
BLUE value IS 75 (29.69% from 255) = 31.12%
R=56.43%
G=12.45%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136307500.780.450.47334.5363.8632.55
Hex881E4B04E2D2F14f4021
Octal210361130116555751710041
Binary10001000111101001011010011101011011011111010011111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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