Shades of Disco #881945
Tints of Disco #881945
RGB
CMYK
RGB Variations
Color information
#881945 (or 0x881945) is known color: Disco. HEX triplet: 88, 19 and 45. RGB value is (136,25,69). Sum of RGB (Red+Green+Blue) = 136+25+69=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #881945 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881945 is #77E6BA. Grayscale: #3F3F3F. Windows color (decimal): -7857851 or 4528520. OLE color: 4528520.
HSL color Cylindrical-coordinate representation of color #881945: hue angle of 336.22º 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 #881945 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 25 | 69 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.47 |
| HSL | 336.22º | 0.69% | 0.32% | - |
| HSV(B) | 336.22º | 0.82% | 0.53% | - |
| XYZ | 11.58 | 6.36 | 6.25 | - |
| YUV | 63.21 | 131.27 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 69 | 0 | 0.82 | 0.49 | 0.47 | 336.22 | 0.69 | 0.32 |
| Hex | 88 | 19 | 45 | 0 | 52 | 31 | 2F | 150 | 45 | 20 |
| Octal | 210 | 31 | 105 | 0 | 122 | 61 | 57 | 520 | 105 | 40 |
| Binary | 10001000 | 11001 | 1000101 | 0 | 1010010 | 110001 | 101111 | 101010000 | 1000101 | 100000 |
Color Harmonies of #881945
Complementary color
Monochromatic Colors of #881945
Black with #881945
Text Example
Text Example
White with #881945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881945; }
p { color: rgb(136,25,69); }
H1.HeaderClassName
{
color: #881945;
}
.AnyTagClassName
{
color: #881945;
}
</style>
background-color css
<style>
a { background-color: #881945; }
a { background-color: rgb(136,25,69); }
div.DivClassName
{
background-color: #881945;
}
.BgClassName
{
background-color: #881945;
}
</style>
border-color css
<style>
span { border-color: #881945; }
span { border-color: rgb(136,25,69); }
td.TdClassName
{
border-color: #881945;
}
.TagClassName
{
border-color: #881945;
}
</style>