Shades of Disco #8B1D44
Tints of Disco #8B1D44
RGB
CMYK
RGB Variations
Color information
#8B1D44 (or 0x8B1D44) is known color: Disco. HEX triplet: 8B, 1D and 44. RGB value is (139,29,68). Sum of RGB (Red+Green+Blue) = 139+29+68=236 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.90% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1D44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1D44 is #74E2BB. Grayscale: #424242. Windows color (decimal): -7660220 or 4464011. OLE color: 4464011.
HSL color Cylindrical-coordinate representation of color #8B1D44: hue angle of 338.73º 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 #8B1D44 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 29 | 68 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.45 |
| HSL | 338.73º | 0.65% | 0.33% | - |
| HSV(B) | 338.73º | 0.79% | 0.55% | - |
| XYZ | 12.13 | 6.79 | 6.14 | - |
| YUV | 66.34 | 128.94 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 29 | 68 | 0 | 0.79 | 0.51 | 0.45 | 338.73 | 0.65 | 0.33 |
| Hex | 8B | 1D | 44 | 0 | 4F | 33 | 2D | 153 | 41 | 21 |
| Octal | 213 | 35 | 104 | 0 | 117 | 63 | 55 | 523 | 101 | 41 |
| Binary | 10001011 | 11101 | 1000100 | 0 | 1001111 | 110011 | 101101 | 101010011 | 1000001 | 100001 |
Color Harmonies of #8B1D44
Complementary color
Monochromatic Colors of #8B1D44
Black with #8B1D44
Text Example
Text Example
White with #8B1D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1D44; }
p { color: rgb(139,29,68); }
H1.HeaderClassName
{
color: #8B1D44;
}
.AnyTagClassName
{
color: #8B1D44;
}
</style>
background-color css
<style>
a { background-color: #8B1D44; }
a { background-color: rgb(139,29,68); }
div.DivClassName
{
background-color: #8B1D44;
}
.BgClassName
{
background-color: #8B1D44;
}
</style>
border-color css
<style>
span { border-color: #8B1D44; }
span { border-color: rgb(139,29,68); }
td.TdClassName
{
border-color: #8B1D44;
}
.TagClassName
{
border-color: #8B1D44;
}
</style>