Shades of Disco #93143F
Tints of Disco #93143F
RGB
CMYK
RGB Variations
Color information
#93143F (or 0x93143F) is known color: Disco. HEX triplet: 93, 14 and 3F. RGB value is (147,20,63). Sum of RGB (Red+Green+Blue) = 147+20+63=230 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.91% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 147 - color contains mainly: red. Hex color #93143F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93143F is #6CEBC0. Grayscale: #3E3E3E. Windows color (decimal): -7138241 or 4134035. OLE color: 4134035.
HSL color Cylindrical-coordinate representation of color #93143F: hue angle of 339.69º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #93143F is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 20 | 63 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.42 |
| HSL | 339.69º | 0.76% | 0.33% | - |
| HSV(B) | 339.69º | 0.86% | 0.58% | - |
| XYZ | 13.18 | 7.06 | 5.37 | - |
| YUV | 62.88 | 128.08 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 20 | 63 | 0 | 0.86 | 0.57 | 0.42 | 339.69 | 0.76 | 0.33 |
| Hex | 93 | 14 | 3F | 0 | 56 | 39 | 2A | 154 | 4C | 21 |
| Octal | 223 | 24 | 77 | 0 | 126 | 71 | 52 | 524 | 114 | 41 |
| Binary | 10010011 | 10100 | 111111 | 0 | 1010110 | 111001 | 101010 | 101010100 | 1001100 | 100001 |
Color Harmonies of #93143F
Complementary color
Monochromatic Colors of #93143F
Black with #93143F
Text Example
Text Example
White with #93143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93143F; }
p { color: rgb(147,20,63); }
H1.HeaderClassName
{
color: #93143F;
}
.AnyTagClassName
{
color: #93143F;
}
</style>
background-color css
<style>
a { background-color: #93143F; }
a { background-color: rgb(147,20,63); }
div.DivClassName
{
background-color: #93143F;
}
.BgClassName
{
background-color: #93143F;
}
</style>
border-color css
<style>
span { border-color: #93143F; }
span { border-color: rgb(147,20,63); }
td.TdClassName
{
border-color: #93143F;
}
.TagClassName
{
border-color: #93143F;
}
</style>