Shades of Disco #8B2949
Tints of Disco #8B2949
RGB
CMYK
RGB Variations
Color information
#8B2949 (or 0x8B2949) is known color: Disco. HEX triplet: 8B, 29 and 49. RGB value is (139,41,73). Sum of RGB (Red+Green+Blue) = 139+41+73=253 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.94% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2949 is #74D6B6. Grayscale: #494949. Windows color (decimal): -7657143 or 4794763. OLE color: 4794763.
HSL color Cylindrical-coordinate representation of color #8B2949: hue angle of 340.41º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B2949 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 41 | 73 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.45 |
| HSL | 340.41º | 0.54% | 0.35% | - |
| HSV(B) | 340.41º | 0.71% | 0.55% | - |
| XYZ | 12.64 | 7.56 | 7.1 | - |
| YUV | 73.95 | 127.47 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 41 | 73 | 0 | 0.71 | 0.47 | 0.45 | 340.41 | 0.54 | 0.35 |
| Hex | 8B | 29 | 49 | 0 | 47 | 2F | 2D | 154 | 36 | 23 |
| Octal | 213 | 51 | 111 | 0 | 107 | 57 | 55 | 524 | 66 | 43 |
| Binary | 10001011 | 101001 | 1001001 | 0 | 1000111 | 101111 | 101101 | 101010100 | 110110 | 100011 |
Color Harmonies of #8B2949
Complementary color
Monochromatic Colors of #8B2949
Black with #8B2949
Text Example
Text Example
White with #8B2949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2949; }
p { color: rgb(139,41,73); }
H1.HeaderClassName
{
color: #8B2949;
}
.AnyTagClassName
{
color: #8B2949;
}
</style>
background-color css
<style>
a { background-color: #8B2949; }
a { background-color: rgb(139,41,73); }
div.DivClassName
{
background-color: #8B2949;
}
.BgClassName
{
background-color: #8B2949;
}
</style>
border-color css
<style>
span { border-color: #8B2949; }
span { border-color: rgb(139,41,73); }
td.TdClassName
{
border-color: #8B2949;
}
.TagClassName
{
border-color: #8B2949;
}
</style>