Shades of Disco #8B2443
Tints of Disco #8B2443
RGB
CMYK
RGB Variations
Color information
#8B2443 (or 0x8B2443) is known color: Disco. HEX triplet: 8B, 24 and 43. RGB value is (139,36,67). Sum of RGB (Red+Green+Blue) = 139+36+67=242 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.44% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 67 (26.56% from 255 or 27.69% from 242); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2443 is #74DBBC. Grayscale: #464646. Windows color (decimal): -7658429 or 4400267. OLE color: 4400267.
HSL color Cylindrical-coordinate representation of color #8B2443: hue angle of 341.94º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B2443 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 36 | 67 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.45 |
| HSL | 341.94º | 0.59% | 0.34% | - |
| HSV(B) | 341.94º | 0.74% | 0.55% | - |
| XYZ | 12.29 | 7.16 | 6.04 | - |
| YUV | 70.33 | 126.12 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 36 | 67 | 0 | 0.74 | 0.52 | 0.45 | 341.94 | 0.59 | 0.34 |
| Hex | 8B | 24 | 43 | 0 | 4A | 34 | 2D | 156 | 3B | 22 |
| Octal | 213 | 44 | 103 | 0 | 112 | 64 | 55 | 526 | 73 | 42 |
| Binary | 10001011 | 100100 | 1000011 | 0 | 1001010 | 110100 | 101101 | 101010110 | 111011 | 100010 |
Color Harmonies of #8B2443
Complementary color
Monochromatic Colors of #8B2443
Black with #8B2443
Text Example
Text Example
White with #8B2443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2443; }
p { color: rgb(139,36,67); }
H1.HeaderClassName
{
color: #8B2443;
}
.AnyTagClassName
{
color: #8B2443;
}
</style>
background-color css
<style>
a { background-color: #8B2443; }
a { background-color: rgb(139,36,67); }
div.DivClassName
{
background-color: #8B2443;
}
.BgClassName
{
background-color: #8B2443;
}
</style>
border-color css
<style>
span { border-color: #8B2443; }
span { border-color: rgb(139,36,67); }
td.TdClassName
{
border-color: #8B2443;
}
.TagClassName
{
border-color: #8B2443;
}
</style>