Shades of Disco #8B2149
Tints of Disco #8B2149
RGB
CMYK
RGB Variations
Color information
#8B2149 (or 0x8B2149) is known color: Disco. HEX triplet: 8B, 21 and 49. RGB value is (139,33,73). Sum of RGB (Red+Green+Blue) = 139+33+73=245 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.73% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2149 is #74DEB6. Grayscale: #454545. Windows color (decimal): -7659191 or 4792715. OLE color: 4792715.
HSL color Cylindrical-coordinate representation of color #8B2149: hue angle of 337.36º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B2149 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 33 | 73 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.45 |
| HSL | 337.36º | 0.62% | 0.34% | - |
| HSV(B) | 337.36º | 0.76% | 0.55% | - |
| XYZ | 12.39 | 7.06 | 7.01 | - |
| YUV | 69.25 | 130.12 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 33 | 73 | 0 | 0.76 | 0.47 | 0.45 | 337.36 | 0.62 | 0.34 |
| Hex | 8B | 21 | 49 | 0 | 4C | 2F | 2D | 151 | 3E | 22 |
| Octal | 213 | 41 | 111 | 0 | 114 | 57 | 55 | 521 | 76 | 42 |
| Binary | 10001011 | 100001 | 1001001 | 0 | 1001100 | 101111 | 101101 | 101010001 | 111110 | 100010 |
Color Harmonies of #8B2149
Complementary color
Monochromatic Colors of #8B2149
Black with #8B2149
Text Example
Text Example
White with #8B2149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2149; }
p { color: rgb(139,33,73); }
H1.HeaderClassName
{
color: #8B2149;
}
.AnyTagClassName
{
color: #8B2149;
}
</style>
background-color css
<style>
a { background-color: #8B2149; }
a { background-color: rgb(139,33,73); }
div.DivClassName
{
background-color: #8B2149;
}
.BgClassName
{
background-color: #8B2149;
}
</style>
border-color css
<style>
span { border-color: #8B2149; }
span { border-color: rgb(139,33,73); }
td.TdClassName
{
border-color: #8B2149;
}
.TagClassName
{
border-color: #8B2149;
}
</style>