Shades of Disco #93163E
Tints of Disco #93163E
RGB
CMYK
RGB Variations
Color information
#93163E (or 0x93163E) is known color: Disco. HEX triplet: 93, 16 and 3E. RGB value is (147,22,62). Sum of RGB (Red+Green+Blue) = 147+22+62=231 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.64% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 147 - color contains mainly: red. Hex color #93163E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93163E is #6CE9C1. Grayscale: #3F3F3F. Windows color (decimal): -7137730 or 4069011. OLE color: 4069011.
HSL color Cylindrical-coordinate representation of color #93163E: hue angle of 340.8º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #93163E is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 22 | 62 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.42 |
| HSL | 340.8º | 0.74% | 0.33% | - |
| HSV(B) | 340.8º | 0.85% | 0.58% | - |
| XYZ | 13.19 | 7.12 | 5.24 | - |
| YUV | 63.94 | 126.91 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 22 | 62 | 0 | 0.85 | 0.58 | 0.42 | 340.8 | 0.74 | 0.33 |
| Hex | 93 | 16 | 3E | 0 | 55 | 3A | 2A | 155 | 4A | 21 |
| Octal | 223 | 26 | 76 | 0 | 125 | 72 | 52 | 525 | 112 | 41 |
| Binary | 10010011 | 10110 | 111110 | 0 | 1010101 | 111010 | 101010 | 101010101 | 1001010 | 100001 |
Color Harmonies of #93163E
Complementary color
Monochromatic Colors of #93163E
Black with #93163E
Text Example
Text Example
White with #93163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93163E; }
p { color: rgb(147,22,62); }
H1.HeaderClassName
{
color: #93163E;
}
.AnyTagClassName
{
color: #93163E;
}
</style>
background-color css
<style>
a { background-color: #93163E; }
a { background-color: rgb(147,22,62); }
div.DivClassName
{
background-color: #93163E;
}
.BgClassName
{
background-color: #93163E;
}
</style>
border-color css
<style>
span { border-color: #93163E; }
span { border-color: rgb(147,22,62); }
td.TdClassName
{
border-color: #93163E;
}
.TagClassName
{
border-color: #93163E;
}
</style>