Shades of Disco #8B2E45
Tints of Disco #8B2E45
RGB
CMYK
RGB Variations
Color information
#8B2E45 (or 0x8B2E45) is known color: Disco. HEX triplet: 8B, 2E and 45. RGB value is (139,46,69). Sum of RGB (Red+Green+Blue) = 139+46+69=254 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.72% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2E45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2E45 is #74D1BA. Grayscale: #4C4C4C. Windows color (decimal): -7655867 or 4533899. OLE color: 4533899.
HSL color Cylindrical-coordinate representation of color #8B2E45: hue angle of 345.16º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B2E45 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 46 | 69 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.45 |
| HSL | 345.16º | 0.5% | 0.36% | - |
| HSV(B) | 345.16º | 0.67% | 0.55% | - |
| XYZ | 12.7 | 7.87 | 6.48 | - |
| YUV | 76.43 | 123.81 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 46 | 69 | 0 | 0.67 | 0.50 | 0.45 | 345.16 | 0.5 | 0.36 |
| Hex | 8B | 2E | 45 | 0 | 43 | 32 | 2D | 159 | 32 | 24 |
| Octal | 213 | 56 | 105 | 0 | 103 | 62 | 55 | 531 | 62 | 44 |
| Binary | 10001011 | 101110 | 1000101 | 0 | 1000011 | 110010 | 101101 | 101011001 | 110010 | 100100 |
Color Harmonies of #8B2E45
Complementary color
Monochromatic Colors of #8B2E45
Black with #8B2E45
Text Example
Text Example
White with #8B2E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2E45; }
p { color: rgb(139,46,69); }
H1.HeaderClassName
{
color: #8B2E45;
}
.AnyTagClassName
{
color: #8B2E45;
}
</style>
background-color css
<style>
a { background-color: #8B2E45; }
a { background-color: rgb(139,46,69); }
div.DivClassName
{
background-color: #8B2E45;
}
.BgClassName
{
background-color: #8B2E45;
}
</style>
border-color css
<style>
span { border-color: #8B2E45; }
span { border-color: rgb(139,46,69); }
td.TdClassName
{
border-color: #8B2E45;
}
.TagClassName
{
border-color: #8B2E45;
}
</style>