Shades of Disco #94113F
Tints of Disco #94113F
RGB
CMYK
RGB Variations
Color information
#94113F (or 0x94113F) is known color: Disco. HEX triplet: 94, 11 and 3F. RGB value is (148,17,63). Sum of RGB (Red+Green+Blue) = 148+17+63=228 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.91% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 148 - color contains mainly: red. Hex color #94113F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94113F is #6BEEC0. Grayscale: #3D3D3D. Windows color (decimal): -7073473 or 4133268. OLE color: 4133268.
HSL color Cylindrical-coordinate representation of color #94113F: hue angle of 338.93º degrees, saturation: 0.79, 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 #94113F is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 17 | 63 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.42 |
| HSL | 338.93º | 0.79% | 0.32% | - |
| HSV(B) | 338.93º | 0.89% | 0.58% | - |
| XYZ | 13.31 | 7.06 | 5.36 | - |
| YUV | 61.41 | 128.9 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 17 | 63 | 0 | 0.89 | 0.57 | 0.42 | 338.93 | 0.79 | 0.32 |
| Hex | 94 | 11 | 3F | 0 | 59 | 39 | 2A | 153 | 4F | 20 |
| Octal | 224 | 21 | 77 | 0 | 131 | 71 | 52 | 523 | 117 | 40 |
| Binary | 10010100 | 10001 | 111111 | 0 | 1011001 | 111001 | 101010 | 101010011 | 1001111 | 100000 |
Color Harmonies of #94113F
Complementary color
Monochromatic Colors of #94113F
Black with #94113F
Text Example
Text Example
White with #94113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94113F; }
p { color: rgb(148,17,63); }
H1.HeaderClassName
{
color: #94113F;
}
.AnyTagClassName
{
color: #94113F;
}
</style>
background-color css
<style>
a { background-color: #94113F; }
a { background-color: rgb(148,17,63); }
div.DivClassName
{
background-color: #94113F;
}
.BgClassName
{
background-color: #94113F;
}
</style>
border-color css
<style>
span { border-color: #94113F; }
span { border-color: rgb(148,17,63); }
td.TdClassName
{
border-color: #94113F;
}
.TagClassName
{
border-color: #94113F;
}
</style>