Shades of Dark Red #940800
Tints of Dark Red #940800
RGB
CMYK
RGB Variations
Color information
#940800 (or 0x940800) is known color: Dark Red. HEX triplet: 94, 08 and 00. RGB value is (148,8,0). Sum of RGB (Red+Green+Blue) = 148+8+0=156 (20% of max value = 765). Red value is 148 (58.20% from 255 or 94.87% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 148 - color contains mainly: red. Hex color #940800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940800 is #6BF7FF. Grayscale: #313131. Windows color (decimal): -7075840 or 2196. OLE color: 2196.
HSL color Cylindrical-coordinate representation of color #940800: hue angle of 3.24º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #940800 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 8 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.42 |
| HSL | 3.24º | 1% | 0.29% | - |
| HSV(B) | 3.24º | 1% | 0.58% | - |
| XYZ | 12.3 | 6.47 | 0.6 | - |
| YUV | 48.95 | 100.38 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 8 | 0 | 0 | 0.95 | 1 | 0.42 | 3.24 | 1 | 0.29 |
| Hex | 94 | 8 | 0 | 0 | 5F | 64 | 2A | 3 | 64 | 1D |
| Octal | 224 | 10 | 0 | 0 | 137 | 144 | 52 | 3 | 144 | 35 |
| Binary | 10010100 | 1000 | 0 | 0 | 1011111 | 1100100 | 101010 | 11 | 1100100 | 11101 |
Color Harmonies of #940800
Complementary color
Monochromatic Colors of #940800
Black with #940800
Text Example
Text Example
White with #940800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940800; }
p { color: rgb(148,8,0); }
H1.HeaderClassName
{
color: #940800;
}
.AnyTagClassName
{
color: #940800;
}
</style>
background-color css
<style>
a { background-color: #940800; }
a { background-color: rgb(148,8,0); }
div.DivClassName
{
background-color: #940800;
}
.BgClassName
{
background-color: #940800;
}
</style>
border-color css
<style>
span { border-color: #940800; }
span { border-color: rgb(148,8,0); }
td.TdClassName
{
border-color: #940800;
}
.TagClassName
{
border-color: #940800;
}
</style>