Shades of Disco #880D45
Tints of Disco #880D45
RGB
CMYK
RGB Variations
Color information
#880D45 (or 0x880D45) is known color: Disco. HEX triplet: 88, 0D and 45. RGB value is (136,13,69). Sum of RGB (Red+Green+Blue) = 136+13+69=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #880D45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880D45 is #77F2BA. Grayscale: #383838. Windows color (decimal): -7860923 or 4525448. OLE color: 4525448.
HSL color Cylindrical-coordinate representation of color #880D45: hue angle of 332.68º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880D45 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 13 | 69 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.47 |
| HSL | 332.68º | 0.83% | 0.29% | - |
| HSV(B) | 332.68º | 0.9% | 0.53% | - |
| XYZ | 11.37 | 5.95 | 6.18 | - |
| YUV | 56.16 | 135.25 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 69 | 0 | 0.90 | 0.49 | 0.47 | 332.68 | 0.83 | 0.29 |
| Hex | 88 | D | 45 | 0 | 5A | 31 | 2F | 14D | 53 | 1D |
| Octal | 210 | 15 | 105 | 0 | 132 | 61 | 57 | 515 | 123 | 35 |
| Binary | 10001000 | 1101 | 1000101 | 0 | 1011010 | 110001 | 101111 | 101001101 | 1010011 | 11101 |
Color Harmonies of #880D45
Complementary color
Monochromatic Colors of #880D45
Black with #880D45
Text Example
Text Example
White with #880D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880D45; }
p { color: rgb(136,13,69); }
H1.HeaderClassName
{
color: #880D45;
}
.AnyTagClassName
{
color: #880D45;
}
</style>
background-color css
<style>
a { background-color: #880D45; }
a { background-color: rgb(136,13,69); }
div.DivClassName
{
background-color: #880D45;
}
.BgClassName
{
background-color: #880D45;
}
</style>
border-color css
<style>
span { border-color: #880D45; }
span { border-color: rgb(136,13,69); }
td.TdClassName
{
border-color: #880D45;
}
.TagClassName
{
border-color: #880D45;
}
</style>