Shades of Disco #882345
Tints of Disco #882345
RGB
CMYK
RGB Variations
Color information
#882345 (or 0x882345) is known color: Disco. HEX triplet: 88, 23 and 45. RGB value is (136,35,69). Sum of RGB (Red+Green+Blue) = 136+35+69=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #882345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882345 is #77DCBA. Grayscale: #454545. Windows color (decimal): -7855291 or 4531080. OLE color: 4531080.
HSL color Cylindrical-coordinate representation of color #882345: hue angle of 339.8º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882345 is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 35 | 69 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.47 |
| HSL | 339.8º | 0.59% | 0.34% | - |
| HSV(B) | 339.8º | 0.74% | 0.53% | - |
| XYZ | 11.83 | 6.87 | 6.33 | - |
| YUV | 69.08 | 127.96 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 35 | 69 | 0 | 0.74 | 0.49 | 0.47 | 339.8 | 0.59 | 0.34 |
| Hex | 88 | 23 | 45 | 0 | 4A | 31 | 2F | 154 | 3B | 22 |
| Octal | 210 | 43 | 105 | 0 | 112 | 61 | 57 | 524 | 73 | 42 |
| Binary | 10001000 | 100011 | 1000101 | 0 | 1001010 | 110001 | 101111 | 101010100 | 111011 | 100010 |
Color Harmonies of #882345
Complementary color
Monochromatic Colors of #882345
Black with #882345
Text Example
Text Example
White with #882345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882345; }
p { color: rgb(136,35,69); }
H1.HeaderClassName
{
color: #882345;
}
.AnyTagClassName
{
color: #882345;
}
</style>
background-color css
<style>
a { background-color: #882345; }
a { background-color: rgb(136,35,69); }
div.DivClassName
{
background-color: #882345;
}
.BgClassName
{
background-color: #882345;
}
</style>
border-color css
<style>
span { border-color: #882345; }
span { border-color: rgb(136,35,69); }
td.TdClassName
{
border-color: #882345;
}
.TagClassName
{
border-color: #882345;
}
</style>