Shades of Disco #8B2D43
Tints of Disco #8B2D43
RGB
CMYK
RGB Variations
Color information
#8B2D43 (or 0x8B2D43) is known color: Disco. HEX triplet: 8B, 2D and 43. RGB value is (139,45,67). Sum of RGB (Red+Green+Blue) = 139+45+67=251 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.38% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 67 (26.56% from 255 or 26.69% from 251); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2D43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2D43 is #74D2BC. Grayscale: #4B4B4B. Windows color (decimal): -7656125 or 4402571. OLE color: 4402571.
HSL color Cylindrical-coordinate representation of color #8B2D43: hue angle of 345.96º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B2D43 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 45 | 67 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.45 |
| HSL | 345.96º | 0.51% | 0.36% | - |
| HSV(B) | 345.96º | 0.68% | 0.55% | - |
| XYZ | 12.6 | 7.77 | 6.15 | - |
| YUV | 75.61 | 123.14 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 45 | 67 | 0 | 0.68 | 0.52 | 0.45 | 345.96 | 0.51 | 0.36 |
| Hex | 8B | 2D | 43 | 0 | 44 | 34 | 2D | 15A | 33 | 24 |
| Octal | 213 | 55 | 103 | 0 | 104 | 64 | 55 | 532 | 63 | 44 |
| Binary | 10001011 | 101101 | 1000011 | 0 | 1000100 | 110100 | 101101 | 101011010 | 110011 | 100100 |
Color Harmonies of #8B2D43
Complementary color
Monochromatic Colors of #8B2D43
Black with #8B2D43
Text Example
Text Example
White with #8B2D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2D43; }
p { color: rgb(139,45,67); }
H1.HeaderClassName
{
color: #8B2D43;
}
.AnyTagClassName
{
color: #8B2D43;
}
</style>
background-color css
<style>
a { background-color: #8B2D43; }
a { background-color: rgb(139,45,67); }
div.DivClassName
{
background-color: #8B2D43;
}
.BgClassName
{
background-color: #8B2D43;
}
</style>
border-color css
<style>
span { border-color: #8B2D43; }
span { border-color: rgb(139,45,67); }
td.TdClassName
{
border-color: #8B2D43;
}
.TagClassName
{
border-color: #8B2D43;
}
</style>