Shades of Disco #8B1D48
Tints of Disco #8B1D48
RGB
CMYK
RGB Variations
Color information
#8B1D48 (or 0x8B1D48) is known color: Disco. HEX triplet: 8B, 1D and 48. RGB value is (139,29,72). Sum of RGB (Red+Green+Blue) = 139+29+72=240 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.92% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1D48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1D48 is #74E2B7. Grayscale: #424242. Windows color (decimal): -7660216 or 4726155. OLE color: 4726155.
HSL color Cylindrical-coordinate representation of color #8B1D48: hue angle of 336.55º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8B1D48 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 29 | 72 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.45 |
| HSL | 336.55º | 0.65% | 0.33% | - |
| HSV(B) | 336.55º | 0.79% | 0.55% | - |
| XYZ | 12.26 | 6.84 | 6.8 | - |
| YUV | 66.79 | 130.94 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 29 | 72 | 0 | 0.79 | 0.48 | 0.45 | 336.55 | 0.65 | 0.33 |
| Hex | 8B | 1D | 48 | 0 | 4F | 30 | 2D | 151 | 41 | 21 |
| Octal | 213 | 35 | 110 | 0 | 117 | 60 | 55 | 521 | 101 | 41 |
| Binary | 10001011 | 11101 | 1001000 | 0 | 1001111 | 110000 | 101101 | 101010001 | 1000001 | 100001 |
Color Harmonies of #8B1D48
Complementary color
Monochromatic Colors of #8B1D48
Black with #8B1D48
Text Example
Text Example
White with #8B1D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1D48; }
p { color: rgb(139,29,72); }
H1.HeaderClassName
{
color: #8B1D48;
}
.AnyTagClassName
{
color: #8B1D48;
}
</style>
background-color css
<style>
a { background-color: #8B1D48; }
a { background-color: rgb(139,29,72); }
div.DivClassName
{
background-color: #8B1D48;
}
.BgClassName
{
background-color: #8B1D48;
}
</style>
border-color css
<style>
span { border-color: #8B1D48; }
span { border-color: rgb(139,29,72); }
td.TdClassName
{
border-color: #8B1D48;
}
.TagClassName
{
border-color: #8B1D48;
}
</style>