Shades of Disco #94133F
Tints of Disco #94133F
RGB
CMYK
RGB Variations
Color information
#94133F (or 0x94133F) is known color: Disco. HEX triplet: 94, 13 and 3F. RGB value is (148,19,63). Sum of RGB (Red+Green+Blue) = 148+19+63=230 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.35% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 148 - color contains mainly: red. Hex color #94133F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94133F is #6BECC0. Grayscale: #3E3E3E. Windows color (decimal): -7072961 or 4133780. OLE color: 4133780.
HSL color Cylindrical-coordinate representation of color #94133F: hue angle of 339.53º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #94133F is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 19 | 63 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.42 |
| HSL | 339.53º | 0.77% | 0.33% | - |
| HSV(B) | 339.53º | 0.87% | 0.58% | - |
| XYZ | 13.34 | 7.12 | 5.37 | - |
| YUV | 62.59 | 128.24 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 19 | 63 | 0 | 0.87 | 0.57 | 0.42 | 339.53 | 0.77 | 0.33 |
| Hex | 94 | 13 | 3F | 0 | 57 | 39 | 2A | 154 | 4D | 21 |
| Octal | 224 | 23 | 77 | 0 | 127 | 71 | 52 | 524 | 115 | 41 |
| Binary | 10010100 | 10011 | 111111 | 0 | 1010111 | 111001 | 101010 | 101010100 | 1001101 | 100001 |
Color Harmonies of #94133F
Complementary color
Monochromatic Colors of #94133F
Black with #94133F
Text Example
Text Example
White with #94133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94133F; }
p { color: rgb(148,19,63); }
H1.HeaderClassName
{
color: #94133F;
}
.AnyTagClassName
{
color: #94133F;
}
</style>
background-color css
<style>
a { background-color: #94133F; }
a { background-color: rgb(148,19,63); }
div.DivClassName
{
background-color: #94133F;
}
.BgClassName
{
background-color: #94133F;
}
</style>
border-color css
<style>
span { border-color: #94133F; }
span { border-color: rgb(148,19,63); }
td.TdClassName
{
border-color: #94133F;
}
.TagClassName
{
border-color: #94133F;
}
</style>