Shades of Disco #93183F
Tints of Disco #93183F
RGB
CMYK
RGB Variations
Color information
#93183F (or 0x93183F) is known color: Disco. HEX triplet: 93, 18 and 3F. RGB value is (147,24,63). Sum of RGB (Red+Green+Blue) = 147+24+63=234 (30% of max value = 765). Red value is 147 (57.81% from 255 or 62.82% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 147 - color contains mainly: red. Hex color #93183F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93183F is #6CE7C0. Grayscale: #414141. Windows color (decimal): -7137217 or 4135059. OLE color: 4135059.
HSL color Cylindrical-coordinate representation of color #93183F: hue angle of 340.98º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #93183F is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 24 | 63 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.42 |
| HSL | 340.98º | 0.72% | 0.34% | - |
| HSV(B) | 340.98º | 0.84% | 0.58% | - |
| XYZ | 13.26 | 7.22 | 5.4 | - |
| YUV | 65.22 | 126.75 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 24 | 63 | 0 | 0.84 | 0.57 | 0.42 | 340.98 | 0.72 | 0.34 |
| Hex | 93 | 18 | 3F | 0 | 54 | 39 | 2A | 155 | 48 | 22 |
| Octal | 223 | 30 | 77 | 0 | 124 | 71 | 52 | 525 | 110 | 42 |
| Binary | 10010011 | 11000 | 111111 | 0 | 1010100 | 111001 | 101010 | 101010101 | 1001000 | 100010 |
Color Harmonies of #93183F
Complementary color
Monochromatic Colors of #93183F
Black with #93183F
Text Example
Text Example
White with #93183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93183F; }
p { color: rgb(147,24,63); }
H1.HeaderClassName
{
color: #93183F;
}
.AnyTagClassName
{
color: #93183F;
}
</style>
background-color css
<style>
a { background-color: #93183F; }
a { background-color: rgb(147,24,63); }
div.DivClassName
{
background-color: #93183F;
}
.BgClassName
{
background-color: #93183F;
}
</style>
border-color css
<style>
span { border-color: #93183F; }
span { border-color: rgb(147,24,63); }
td.TdClassName
{
border-color: #93183F;
}
.TagClassName
{
border-color: #93183F;
}
</style>