Shades of Disco #8B2D49
Tints of Disco #8B2D49
RGB
CMYK
RGB Variations
Color information
#8B2D49 (or 0x8B2D49) is known color: Disco. HEX triplet: 8B, 2D and 49. RGB value is (139,45,73). Sum of RGB (Red+Green+Blue) = 139+45+73=257 (34% of max value = 765). Red value is 139 (54.69% from 255 or 54.09% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2D49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2D49 is #74D2B6. Grayscale: #4C4C4C. Windows color (decimal): -7656119 or 4795787. OLE color: 4795787.
HSL color Cylindrical-coordinate representation of color #8B2D49: hue angle of 342.13º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B2D49 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 45 | 73 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.45 |
| HSL | 342.13º | 0.51% | 0.36% | - |
| HSV(B) | 342.13º | 0.68% | 0.55% | - |
| XYZ | 12.79 | 7.85 | 7.14 | - |
| YUV | 76.3 | 126.14 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 45 | 73 | 0 | 0.68 | 0.47 | 0.45 | 342.13 | 0.51 | 0.36 |
| Hex | 8B | 2D | 49 | 0 | 44 | 2F | 2D | 156 | 33 | 24 |
| Octal | 213 | 55 | 111 | 0 | 104 | 57 | 55 | 526 | 63 | 44 |
| Binary | 10001011 | 101101 | 1001001 | 0 | 1000100 | 101111 | 101101 | 101010110 | 110011 | 100100 |
Color Harmonies of #8B2D49
Complementary color
Monochromatic Colors of #8B2D49
Black with #8B2D49
Text Example
Text Example
White with #8B2D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2D49; }
p { color: rgb(139,45,73); }
H1.HeaderClassName
{
color: #8B2D49;
}
.AnyTagClassName
{
color: #8B2D49;
}
</style>
background-color css
<style>
a { background-color: #8B2D49; }
a { background-color: rgb(139,45,73); }
div.DivClassName
{
background-color: #8B2D49;
}
.BgClassName
{
background-color: #8B2D49;
}
</style>
border-color css
<style>
span { border-color: #8B2D49; }
span { border-color: rgb(139,45,73); }
td.TdClassName
{
border-color: #8B2D49;
}
.TagClassName
{
border-color: #8B2D49;
}
</style>