Shades of Disco #882B45
Tints of Disco #882B45
RGB
CMYK
RGB Variations
Color information
#882B45 (or 0x882B45) is known color: Disco. HEX triplet: 88, 2B and 45. RGB value is (136,43,69). Sum of RGB (Red+Green+Blue) = 136+43+69=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #882B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882B45 is #77D4BA. Grayscale: #494949. Windows color (decimal): -7853243 or 4533128. OLE color: 4533128.
HSL color Cylindrical-coordinate representation of color #882B45: hue angle of 343.23º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #882B45 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 43 | 69 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.47 |
| HSL | 343.23º | 0.52% | 0.35% | - |
| HSV(B) | 343.23º | 0.68% | 0.53% | - |
| XYZ | 12.09 | 7.39 | 6.42 | - |
| YUV | 73.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 69 | 0 | 0.68 | 0.49 | 0.47 | 343.23 | 0.52 | 0.35 |
| Hex | 88 | 2B | 45 | 0 | 44 | 31 | 2F | 157 | 34 | 23 |
| Octal | 210 | 53 | 105 | 0 | 104 | 61 | 57 | 527 | 64 | 43 |
| Binary | 10001000 | 101011 | 1000101 | 0 | 1000100 | 110001 | 101111 | 101010111 | 110100 | 100011 |
Color Harmonies of #882B45
Complementary color
Monochromatic Colors of #882B45
Black with #882B45
Text Example
Text Example
White with #882B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882B45; }
p { color: rgb(136,43,69); }
H1.HeaderClassName
{
color: #882B45;
}
.AnyTagClassName
{
color: #882B45;
}
</style>
background-color css
<style>
a { background-color: #882B45; }
a { background-color: rgb(136,43,69); }
div.DivClassName
{
background-color: #882B45;
}
.BgClassName
{
background-color: #882B45;
}
</style>
border-color css
<style>
span { border-color: #882B45; }
span { border-color: rgb(136,43,69); }
td.TdClassName
{
border-color: #882B45;
}
.TagClassName
{
border-color: #882B45;
}
</style>