Shades of Disco #8B1B49
Tints of Disco #8B1B49
RGB
CMYK
RGB Variations
Color information
#8B1B49 (or 0x8B1B49) is known color: Disco. HEX triplet: 8B, 1B and 49. RGB value is (139,27,73). Sum of RGB (Red+Green+Blue) = 139+27+73=239 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.16% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1B49 is #74E4B6. Grayscale: #414141. Windows color (decimal): -7660727 or 4791179. OLE color: 4791179.
HSL color Cylindrical-coordinate representation of color #8B1B49: hue angle of 335.36º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B1B49 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 27 | 73 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.45 |
| HSL | 335.36º | 0.67% | 0.33% | - |
| HSV(B) | 335.36º | 0.81% | 0.55% | - |
| XYZ | 12.24 | 6.75 | 6.96 | - |
| YUV | 65.73 | 132.11 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 27 | 73 | 0 | 0.81 | 0.47 | 0.45 | 335.36 | 0.67 | 0.33 |
| Hex | 8B | 1B | 49 | 0 | 51 | 2F | 2D | 14F | 43 | 21 |
| Octal | 213 | 33 | 111 | 0 | 121 | 57 | 55 | 517 | 103 | 41 |
| Binary | 10001011 | 11011 | 1001001 | 0 | 1010001 | 101111 | 101101 | 101001111 | 1000011 | 100001 |
Color Harmonies of #8B1B49
Complementary color
Monochromatic Colors of #8B1B49
Black with #8B1B49
Text Example
Text Example
White with #8B1B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1B49; }
p { color: rgb(139,27,73); }
H1.HeaderClassName
{
color: #8B1B49;
}
.AnyTagClassName
{
color: #8B1B49;
}
</style>
background-color css
<style>
a { background-color: #8B1B49; }
a { background-color: rgb(139,27,73); }
div.DivClassName
{
background-color: #8B1B49;
}
.BgClassName
{
background-color: #8B1B49;
}
</style>
border-color css
<style>
span { border-color: #8B1B49; }
span { border-color: rgb(139,27,73); }
td.TdClassName
{
border-color: #8B1B49;
}
.TagClassName
{
border-color: #8B1B49;
}
</style>