Shades of Disco #8B1F49
Tints of Disco #8B1F49
RGB
CMYK
RGB Variations
Color information
#8B1F49 (or 0x8B1F49) is known color: Disco. HEX triplet: 8B, 1F and 49. RGB value is (139,31,73). Sum of RGB (Red+Green+Blue) = 139+31+73=243 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.20% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1F49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1F49 is #74E0B6. Grayscale: #444444. Windows color (decimal): -7659703 or 4792203. OLE color: 4792203.
HSL color Cylindrical-coordinate representation of color #8B1F49: hue angle of 336.67º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B1F49 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 31 | 73 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.45 |
| HSL | 336.67º | 0.64% | 0.33% | - |
| HSV(B) | 336.67º | 0.78% | 0.55% | - |
| XYZ | 12.34 | 6.95 | 6.99 | - |
| YUV | 68.08 | 130.78 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 31 | 73 | 0 | 0.78 | 0.47 | 0.45 | 336.67 | 0.64 | 0.33 |
| Hex | 8B | 1F | 49 | 0 | 4E | 2F | 2D | 151 | 40 | 21 |
| Octal | 213 | 37 | 111 | 0 | 116 | 57 | 55 | 521 | 100 | 41 |
| Binary | 10001011 | 11111 | 1001001 | 0 | 1001110 | 101111 | 101101 | 101010001 | 1000000 | 100001 |
Color Harmonies of #8B1F49
Complementary color
Monochromatic Colors of #8B1F49
Black with #8B1F49
Text Example
Text Example
White with #8B1F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1F49; }
p { color: rgb(139,31,73); }
H1.HeaderClassName
{
color: #8B1F49;
}
.AnyTagClassName
{
color: #8B1F49;
}
</style>
background-color css
<style>
a { background-color: #8B1F49; }
a { background-color: rgb(139,31,73); }
div.DivClassName
{
background-color: #8B1F49;
}
.BgClassName
{
background-color: #8B1F49;
}
</style>
border-color css
<style>
span { border-color: #8B1F49; }
span { border-color: rgb(139,31,73); }
td.TdClassName
{
border-color: #8B1F49;
}
.TagClassName
{
border-color: #8B1F49;
}
</style>