#881949

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

Shades of Disco #881949

Tints of Disco #881949

Color information

#881949 (or 0x881949) is unknown color: approx Disco. HEX triplet: 88, 19 and 49. RGB value is (136,25,73). Sum of RGB (Red+Green+Blue) = 136+25+73=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #881949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881949 is #77E6B6. Grayscale: #3F3F3F. Windows color (decimal): -7857847 or 4790664. OLE color: 4790664.

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

Color convert

RGB1362573-
CMYK00.820.460.47
HSL334.05º68.94%31.57%-
HSV(B)334.05º81.62%53.33%-
XYZ11.76.416.92-
YUV63.66133.27179.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.12%
GREEN value IS 25 (10.16% from 255) = 10.68%
BLUE value IS 73 (28.91% from 255) = 31.20%
R=58.12%
G=10.68%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136257300.820.460.47334.0568.9431.57
Hex8819490522E2F14e4520
Octal210311110122565751610540
Binary10001000110011001001010100101011101011111010011101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881949; }

 p { color: rgb(136,25,73); }

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

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

 a { background-color: rgb(136,25,73); }

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

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

 span { border-color: rgb(136,25,73); }

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