Shades of Disco #8B2B4A
Tints of Disco #8B2B4A
RGB
CMYK
RGB Variations
Color information
#8B2B4A (or 0x8B2B4A) is known color: Disco. HEX triplet: 8B, 2B and 4A. RGB value is (139,43,74). Sum of RGB (Red+Green+Blue) = 139+43+74=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2B4A is #74D4B5. Grayscale: #4B4B4B. Windows color (decimal): -7656630 or 4860811. OLE color: 4860811.
HSL color Cylindrical-coordinate representation of color #8B2B4A: hue angle of 340.62º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B2B4A is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 43 | 74 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.45 |
| HSL | 340.63º | 0.53% | 0.36% | - |
| HSV(B) | 340.63º | 0.69% | 0.55% | - |
| XYZ | 12.75 | 7.71 | 7.3 | - |
| YUV | 75.24 | 127.3 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 43 | 74 | 0 | 0.69 | 0.47 | 0.45 | 340.63 | 0.53 | 0.36 |
| Hex | 8B | 2B | 4A | 0 | 45 | 2F | 2D | 155 | 35 | 24 |
| Octal | 213 | 53 | 112 | 0 | 105 | 57 | 55 | 525 | 65 | 44 |
| Binary | 10001011 | 101011 | 1001010 | 0 | 1000101 | 101111 | 101101 | 101010101 | 110101 | 100100 |
Color Harmonies of #8B2B4A
Complementary color
Monochromatic Colors of #8B2B4A
Black with #8B2B4A
Text Example
Text Example
White with #8B2B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2B4A; }
p { color: rgb(139,43,74); }
H1.HeaderClassName
{
color: #8B2B4A;
}
.AnyTagClassName
{
color: #8B2B4A;
}
</style>
background-color css
<style>
a { background-color: #8B2B4A; }
a { background-color: rgb(139,43,74); }
div.DivClassName
{
background-color: #8B2B4A;
}
.BgClassName
{
background-color: #8B2B4A;
}
</style>
border-color css
<style>
span { border-color: #8B2B4A; }
span { border-color: rgb(139,43,74); }
td.TdClassName
{
border-color: #8B2B4A;
}
.TagClassName
{
border-color: #8B2B4A;
}
</style>