Shades of Disco #8B144A
Tints of Disco #8B144A
RGB
CMYK
RGB Variations
Color information
#8B144A (or 0x8B144A) is known color: Disco. HEX triplet: 8B, 14 and 4A. RGB value is (139,20,74). Sum of RGB (Red+Green+Blue) = 139+20+74=233 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.66% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 139 - color contains mainly: red. Hex color #8B144A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B144A is #74EBB5. Grayscale: #3D3D3D. Windows color (decimal): -7662518 or 4854923. OLE color: 4854923.
HSL color Cylindrical-coordinate representation of color #8B144A: hue angle of 332.77º 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 #8B144A is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 20 | 74 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.45 |
| HSL | 332.77º | 0.75% | 0.31% | - |
| HSV(B) | 332.77º | 0.86% | 0.55% | - |
| XYZ | 12.13 | 6.48 | 7.09 | - |
| YUV | 61.74 | 134.92 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 20 | 74 | 0 | 0.86 | 0.47 | 0.45 | 332.77 | 0.75 | 0.31 |
| Hex | 8B | 14 | 4A | 0 | 56 | 2F | 2D | 14D | 4B | 1F |
| Octal | 213 | 24 | 112 | 0 | 126 | 57 | 55 | 515 | 113 | 37 |
| Binary | 10001011 | 10100 | 1001010 | 0 | 1010110 | 101111 | 101101 | 101001101 | 1001011 | 11111 |
Color Harmonies of #8B144A
Complementary color
Monochromatic Colors of #8B144A
Black with #8B144A
Text Example
Text Example
White with #8B144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B144A; }
p { color: rgb(139,20,74); }
H1.HeaderClassName
{
color: #8B144A;
}
.AnyTagClassName
{
color: #8B144A;
}
</style>
background-color css
<style>
a { background-color: #8B144A; }
a { background-color: rgb(139,20,74); }
div.DivClassName
{
background-color: #8B144A;
}
.BgClassName
{
background-color: #8B144A;
}
</style>
border-color css
<style>
span { border-color: #8B144A; }
span { border-color: rgb(139,20,74); }
td.TdClassName
{
border-color: #8B144A;
}
.TagClassName
{
border-color: #8B144A;
}
</style>