Shades of Disco #8B2543
Tints of Disco #8B2543
RGB
CMYK
RGB Variations
Color information
#8B2543 (or 0x8B2543) is known color: Disco. HEX triplet: 8B, 25 and 43. RGB value is (139,37,67). Sum of RGB (Red+Green+Blue) = 139+37+67=243 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.20% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 67 (26.56% from 255 or 27.57% from 243); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2543 is #74DABC. Grayscale: #464646. Windows color (decimal): -7658173 or 4400523. OLE color: 4400523.
HSL color Cylindrical-coordinate representation of color #8B2543: hue angle of 342.35º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B2543 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 37 | 67 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.45 |
| HSL | 342.35º | 0.58% | 0.35% | - |
| HSV(B) | 342.35º | 0.73% | 0.55% | - |
| XYZ | 12.32 | 7.22 | 6.05 | - |
| YUV | 70.92 | 125.79 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 37 | 67 | 0 | 0.73 | 0.52 | 0.45 | 342.35 | 0.58 | 0.35 |
| Hex | 8B | 25 | 43 | 0 | 49 | 34 | 2D | 156 | 3A | 23 |
| Octal | 213 | 45 | 103 | 0 | 111 | 64 | 55 | 526 | 72 | 43 |
| Binary | 10001011 | 100101 | 1000011 | 0 | 1001001 | 110100 | 101101 | 101010110 | 111010 | 100011 |
Color Harmonies of #8B2543
Complementary color
Monochromatic Colors of #8B2543
Black with #8B2543
Text Example
Text Example
White with #8B2543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2543; }
p { color: rgb(139,37,67); }
H1.HeaderClassName
{
color: #8B2543;
}
.AnyTagClassName
{
color: #8B2543;
}
</style>
background-color css
<style>
a { background-color: #8B2543; }
a { background-color: rgb(139,37,67); }
div.DivClassName
{
background-color: #8B2543;
}
.BgClassName
{
background-color: #8B2543;
}
</style>
border-color css
<style>
span { border-color: #8B2543; }
span { border-color: rgb(139,37,67); }
td.TdClassName
{
border-color: #8B2543;
}
.TagClassName
{
border-color: #8B2543;
}
</style>