Shades of Disco #93103F
Tints of Disco #93103F
RGB
CMYK
RGB Variations
Color information
#93103F (or 0x93103F) is known color: Disco. HEX triplet: 93, 10 and 3F. RGB value is (147,16,63). Sum of RGB (Red+Green+Blue) = 147+16+63=226 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.04% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 147 - color contains mainly: red. Hex color #93103F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93103F is #6CEFC0. Grayscale: #3C3C3C. Windows color (decimal): -7139265 or 4133011. OLE color: 4133011.
HSL color Cylindrical-coordinate representation of color #93103F: hue angle of 338.47º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #93103F is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 16 | 63 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.42 |
| HSL | 338.47º | 0.8% | 0.32% | - |
| HSV(B) | 338.47º | 0.89% | 0.58% | - |
| XYZ | 13.12 | 6.93 | 5.35 | - |
| YUV | 60.53 | 129.4 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 16 | 63 | 0 | 0.89 | 0.57 | 0.42 | 338.47 | 0.8 | 0.32 |
| Hex | 93 | 10 | 3F | 0 | 59 | 39 | 2A | 152 | 50 | 20 |
| Octal | 223 | 20 | 77 | 0 | 131 | 71 | 52 | 522 | 120 | 40 |
| Binary | 10010011 | 10000 | 111111 | 0 | 1011001 | 111001 | 101010 | 101010010 | 1010000 | 100000 |
Color Harmonies of #93103F
Complementary color
Monochromatic Colors of #93103F
Black with #93103F
Text Example
Text Example
White with #93103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93103F; }
p { color: rgb(147,16,63); }
H1.HeaderClassName
{
color: #93103F;
}
.AnyTagClassName
{
color: #93103F;
}
</style>
background-color css
<style>
a { background-color: #93103F; }
a { background-color: rgb(147,16,63); }
div.DivClassName
{
background-color: #93103F;
}
.BgClassName
{
background-color: #93103F;
}
</style>
border-color css
<style>
span { border-color: #93103F; }
span { border-color: rgb(147,16,63); }
td.TdClassName
{
border-color: #93103F;
}
.TagClassName
{
border-color: #93103F;
}
</style>