#881E3F

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

Shades of Disco #881E3F

Tints of Disco #881E3F

Color information

#881E3F (or 0x881E3F) is unknown color: approx Disco. HEX triplet: 88, 1E and 3F. RGB value is (136,30,63). Sum of RGB (Red+Green+Blue) = 136+30+63=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 30 (12.11% from 255 or 13.10% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #881E3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881E3F is #77E1C0. Grayscale: #414141. Windows color (decimal): -7856577 or 4136584. OLE color: 4136584.

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

Color convert

RGB1363063-
CMYK00.780.540.47
HSL341.32º63.86%32.55%-
HSV(B)341.32º77.94%53.33%-
XYZ11.516.525.35-
YUV65.46126.62178.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.39%
GREEN value IS 30 (12.11% from 255) = 13.10%
BLUE value IS 63 (25% from 255) = 27.51%
R=59.39%
G=13.10%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136306300.780.540.47341.3263.8632.55
Hex881E3F04E362F1554021
Octal21036770116665752510041
Binary1000100011110111111010011101101101011111010101011000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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