Shades of Disco #8B2844
Tints of Disco #8B2844
RGB
CMYK
RGB Variations
Color information
#8B2844 (or 0x8B2844) is known color: Disco. HEX triplet: 8B, 28 and 44. RGB value is (139,40,68). Sum of RGB (Red+Green+Blue) = 139+40+68=247 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.28% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 68 (26.95% from 255 or 27.53% from 247); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2844 is #74D7BB. Grayscale: #484848. Windows color (decimal): -7657404 or 4466827. OLE color: 4466827.
HSL color Cylindrical-coordinate representation of color #8B2844: hue angle of 343.03º degrees, saturation: 0.55, 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 #8B2844 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 40 | 68 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.45 |
| HSL | 343.03º | 0.55% | 0.35% | - |
| HSV(B) | 343.03º | 0.71% | 0.55% | - |
| XYZ | 12.45 | 7.42 | 6.25 | - |
| YUV | 72.79 | 125.3 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 40 | 68 | 0 | 0.71 | 0.51 | 0.45 | 343.03 | 0.55 | 0.35 |
| Hex | 8B | 28 | 44 | 0 | 47 | 33 | 2D | 157 | 37 | 23 |
| Octal | 213 | 50 | 104 | 0 | 107 | 63 | 55 | 527 | 67 | 43 |
| Binary | 10001011 | 101000 | 1000100 | 0 | 1000111 | 110011 | 101101 | 101010111 | 110111 | 100011 |
Color Harmonies of #8B2844
Complementary color
Monochromatic Colors of #8B2844
Black with #8B2844
Text Example
Text Example
White with #8B2844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2844; }
p { color: rgb(139,40,68); }
H1.HeaderClassName
{
color: #8B2844;
}
.AnyTagClassName
{
color: #8B2844;
}
</style>
background-color css
<style>
a { background-color: #8B2844; }
a { background-color: rgb(139,40,68); }
div.DivClassName
{
background-color: #8B2844;
}
.BgClassName
{
background-color: #8B2844;
}
</style>
border-color css
<style>
span { border-color: #8B2844; }
span { border-color: rgb(139,40,68); }
td.TdClassName
{
border-color: #8B2844;
}
.TagClassName
{
border-color: #8B2844;
}
</style>