Shades of Disco #8B1F4D
Tints of Disco #8B1F4D
RGB
CMYK
RGB Variations
Color information
#8B1F4D (or 0x8B1F4D) is known color: Disco. HEX triplet: 8B, 1F and 4D. RGB value is (139,31,77). Sum of RGB (Red+Green+Blue) = 139+31+77=247 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.28% from 247); Green value is 31 (12.5% from 255 or 12.55% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1F4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1F4D is #74E0B2. Grayscale: #444444. Windows color (decimal): -7659699 or 5054347. OLE color: 5054347.
HSL color Cylindrical-coordinate representation of color #8B1F4D: hue angle of 334.44º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B1F4D is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 31 | 77 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.45 |
| HSL | 334.44º | 0.64% | 0.33% | - |
| HSV(B) | 334.44º | 0.78% | 0.55% | - |
| XYZ | 12.48 | 7 | 7.72 | - |
| YUV | 68.54 | 132.78 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 31 | 77 | 0 | 0.78 | 0.45 | 0.45 | 334.44 | 0.64 | 0.33 |
| Hex | 8B | 1F | 4D | 0 | 4E | 2D | 2D | 14E | 40 | 21 |
| Octal | 213 | 37 | 115 | 0 | 116 | 55 | 55 | 516 | 100 | 41 |
| Binary | 10001011 | 11111 | 1001101 | 0 | 1001110 | 101101 | 101101 | 101001110 | 1000000 | 100001 |
Color Harmonies of #8B1F4D
Complementary color
Monochromatic Colors of #8B1F4D
Black with #8B1F4D
Text Example
Text Example
White with #8B1F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1F4D; }
p { color: rgb(139,31,77); }
H1.HeaderClassName
{
color: #8B1F4D;
}
.AnyTagClassName
{
color: #8B1F4D;
}
</style>
background-color css
<style>
a { background-color: #8B1F4D; }
a { background-color: rgb(139,31,77); }
div.DivClassName
{
background-color: #8B1F4D;
}
.BgClassName
{
background-color: #8B1F4D;
}
</style>
border-color css
<style>
span { border-color: #8B1F4D; }
span { border-color: rgb(139,31,77); }
td.TdClassName
{
border-color: #8B1F4D;
}
.TagClassName
{
border-color: #8B1F4D;
}
</style>