Shades of Disco #931D3F
Tints of Disco #931D3F
RGB
CMYK
RGB Variations
Color information
#931D3F (or 0x931D3F) is known color: Disco. HEX triplet: 93, 1D and 3F. RGB value is (147,29,63). Sum of RGB (Red+Green+Blue) = 147+29+63=239 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.51% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 147 - color contains mainly: red. Hex color #931D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #931D3F is #6CE2C0. Grayscale: #444444. Windows color (decimal): -7135937 or 4136339. OLE color: 4136339.
HSL color Cylindrical-coordinate representation of color #931D3F: hue angle of 342.71º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #931D3F is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 29 | 63 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.42 |
| HSL | 342.71º | 0.67% | 0.35% | - |
| HSV(B) | 342.71º | 0.8% | 0.58% | - |
| XYZ | 13.37 | 7.44 | 5.43 | - |
| YUV | 68.16 | 125.09 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 29 | 63 | 0 | 0.80 | 0.57 | 0.42 | 342.71 | 0.67 | 0.35 |
| Hex | 93 | 1D | 3F | 0 | 50 | 39 | 2A | 157 | 43 | 23 |
| Octal | 223 | 35 | 77 | 0 | 120 | 71 | 52 | 527 | 103 | 43 |
| Binary | 10010011 | 11101 | 111111 | 0 | 1010000 | 111001 | 101010 | 101010111 | 1000011 | 100011 |
Color Harmonies of #931D3F
Complementary color
Monochromatic Colors of #931D3F
Black with #931D3F
Text Example
Text Example
White with #931D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931D3F; }
p { color: rgb(147,29,63); }
H1.HeaderClassName
{
color: #931D3F;
}
.AnyTagClassName
{
color: #931D3F;
}
</style>
background-color css
<style>
a { background-color: #931D3F; }
a { background-color: rgb(147,29,63); }
div.DivClassName
{
background-color: #931D3F;
}
.BgClassName
{
background-color: #931D3F;
}
</style>
border-color css
<style>
span { border-color: #931D3F; }
span { border-color: rgb(147,29,63); }
td.TdClassName
{
border-color: #931D3F;
}
.TagClassName
{
border-color: #931D3F;
}
</style>