Shades of Disco #93113F
Tints of Disco #93113F
RGB
CMYK
RGB Variations
Color information
#93113F (or 0x93113F) is known color: Disco. HEX triplet: 93, 11 and 3F. RGB value is (147,17,63). Sum of RGB (Red+Green+Blue) = 147+17+63=227 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.76% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 147 - color contains mainly: red. Hex color #93113F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93113F is #6CEEC0. Grayscale: #3D3D3D. Windows color (decimal): -7139009 or 4133267. OLE color: 4133267.
HSL color Cylindrical-coordinate representation of color #93113F: hue angle of 338.77º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #93113F is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 17 | 63 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.42 |
| HSL | 338.77º | 0.79% | 0.32% | - |
| HSV(B) | 338.77º | 0.88% | 0.58% | - |
| XYZ | 13.13 | 6.96 | 5.35 | - |
| YUV | 61.11 | 129.07 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 17 | 63 | 0 | 0.88 | 0.57 | 0.42 | 338.77 | 0.79 | 0.32 |
| Hex | 93 | 11 | 3F | 0 | 58 | 39 | 2A | 153 | 4F | 20 |
| Octal | 223 | 21 | 77 | 0 | 130 | 71 | 52 | 523 | 117 | 40 |
| Binary | 10010011 | 10001 | 111111 | 0 | 1011000 | 111001 | 101010 | 101010011 | 1001111 | 100000 |
Color Harmonies of #93113F
Complementary color
Monochromatic Colors of #93113F
Black with #93113F
Text Example
Text Example
White with #93113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93113F; }
p { color: rgb(147,17,63); }
H1.HeaderClassName
{
color: #93113F;
}
.AnyTagClassName
{
color: #93113F;
}
</style>
background-color css
<style>
a { background-color: #93113F; }
a { background-color: rgb(147,17,63); }
div.DivClassName
{
background-color: #93113F;
}
.BgClassName
{
background-color: #93113F;
}
</style>
border-color css
<style>
span { border-color: #93113F; }
span { border-color: rgb(147,17,63); }
td.TdClassName
{
border-color: #93113F;
}
.TagClassName
{
border-color: #93113F;
}
</style>