Shades of Disco #8B1449
Tints of Disco #8B1449
RGB
CMYK
RGB Variations
Color information
#8B1449 (or 0x8B1449) is known color: Disco. HEX triplet: 8B, 14 and 49. RGB value is (139,20,73). Sum of RGB (Red+Green+Blue) = 139+20+73=232 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.91% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1449 is #74EBB6. Grayscale: #3D3D3D. Windows color (decimal): -7662519 or 4789387. OLE color: 4789387.
HSL color Cylindrical-coordinate representation of color #8B1449: hue angle of 333.28º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B1449 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 20 | 73 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.45 |
| HSL | 333.28º | 0.75% | 0.31% | - |
| HSV(B) | 333.28º | 0.86% | 0.55% | - |
| XYZ | 12.1 | 6.47 | 6.91 | - |
| YUV | 61.62 | 134.42 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 20 | 73 | 0 | 0.86 | 0.47 | 0.45 | 333.28 | 0.75 | 0.31 |
| Hex | 8B | 14 | 49 | 0 | 56 | 2F | 2D | 14D | 4B | 1F |
| Octal | 213 | 24 | 111 | 0 | 126 | 57 | 55 | 515 | 113 | 37 |
| Binary | 10001011 | 10100 | 1001001 | 0 | 1010110 | 101111 | 101101 | 101001101 | 1001011 | 11111 |
Color Harmonies of #8B1449
Complementary color
Monochromatic Colors of #8B1449
Black with #8B1449
Text Example
Text Example
White with #8B1449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1449; }
p { color: rgb(139,20,73); }
H1.HeaderClassName
{
color: #8B1449;
}
.AnyTagClassName
{
color: #8B1449;
}
</style>
background-color css
<style>
a { background-color: #8B1449; }
a { background-color: rgb(139,20,73); }
div.DivClassName
{
background-color: #8B1449;
}
.BgClassName
{
background-color: #8B1449;
}
</style>
border-color css
<style>
span { border-color: #8B1449; }
span { border-color: rgb(139,20,73); }
td.TdClassName
{
border-color: #8B1449;
}
.TagClassName
{
border-color: #8B1449;
}
</style>