#881D3F

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

Shades of Disco #881D3F

Tints of Disco #881D3F

Color information

#881D3F (or 0x881D3F) is unknown color: approx Disco. HEX triplet: 88, 1D and 3F. RGB value is (136,29,63). Sum of RGB (Red+Green+Blue) = 136+29+63=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #881D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881D3F is #77E2C0. Grayscale: #404040. Windows color (decimal): -7856833 or 4136328. OLE color: 4136328.

HSL color Cylindrical-coordinate representation of color #881D3F: hue angle of 340.93º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #881D3F is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1362963-
CMYK00.790.540.47
HSL340.93º64.85%32.35%-
HSV(B)340.93º78.68%53.33%-
XYZ11.496.475.35-
YUV64.87126.95178.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.65%
GREEN value IS 29 (11.72% from 255) = 12.72%
BLUE value IS 63 (25% from 255) = 27.63%
R=59.65%
G=12.72%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136296300.790.540.47340.9364.8532.35
Hex881D3F04F362F1554120
Octal21035770117665752510140
Binary1000100011101111111010011111101101011111010101011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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