#881840

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

Shades of Disco #881840

Tints of Disco #881840

Color information

#881840 (or 0x881840) is unknown color: approx Disco. HEX triplet: 88, 18 and 40. RGB value is (136,24,64). Sum of RGB (Red+Green+Blue) = 136+24+64=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #881840 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881840 is #77E7BF. Grayscale: #3D3D3D. Windows color (decimal): -7858112 or 4200584. OLE color: 4200584.

HSL color Cylindrical-coordinate representation of color #881840: hue angle of 338.57º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881840 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB1362464-
CMYK00.820.530.47
HSL338.57º70%31.37%-
HSV(B)338.57º82.35%53.33%-
XYZ11.416.265.46-
YUV62.05129.11180.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 60.71%
GREEN value IS 24 (9.77% from 255) = 10.71%
BLUE value IS 64 (25.39% from 255) = 28.57%
R=60.71%
G=10.71%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136246400.820.530.47338.577031.37
Hex881840052352F153461f
Octal210301000122655752310637
Binary1000100011000100000001010010110101101111101010011100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881840; }

 p { color: rgb(136,24,64); }

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

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

 a { background-color: rgb(136,24,64); }

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

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

 span { border-color: rgb(136,24,64); }

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