Shades of Dark Red #930800
Tints of Dark Red #930800
RGB
CMYK
RGB Variations
Color information
#930800 (or 0x930800) is known color: Dark Red. HEX triplet: 93, 08 and 00. RGB value is (147,8,0). Sum of RGB (Red+Green+Blue) = 147+8+0=155 (20% of max value = 765). Red value is 147 (57.81% from 255 or 94.84% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 147 - color contains mainly: red. Hex color #930800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930800 is #6CF7FF. Grayscale: #303030. Windows color (decimal): -7141376 or 2195. OLE color: 2195.
HSL color Cylindrical-coordinate representation of color #930800: hue angle of 3.27º 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 #930800 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 8 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.42 |
| HSL | 3.27º | 1% | 0.29% | - |
| HSV(B) | 3.27º | 1% | 0.58% | - |
| XYZ | 12.12 | 6.38 | 0.59 | - |
| YUV | 48.65 | 100.55 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 8 | 0 | 0 | 0.95 | 1 | 0.42 | 3.27 | 1 | 0.29 |
| Hex | 93 | 8 | 0 | 0 | 5F | 64 | 2A | 3 | 64 | 1D |
| Octal | 223 | 10 | 0 | 0 | 137 | 144 | 52 | 3 | 144 | 35 |
| Binary | 10010011 | 1000 | 0 | 0 | 1011111 | 1100100 | 101010 | 11 | 1100100 | 11101 |
Color Harmonies of #930800
Complementary color
Monochromatic Colors of #930800
Black with #930800
Text Example
Text Example
White with #930800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930800; }
p { color: rgb(147,8,0); }
H1.HeaderClassName
{
color: #930800;
}
.AnyTagClassName
{
color: #930800;
}
</style>
background-color css
<style>
a { background-color: #930800; }
a { background-color: rgb(147,8,0); }
div.DivClassName
{
background-color: #930800;
}
.BgClassName
{
background-color: #930800;
}
</style>
border-color css
<style>
span { border-color: #930800; }
span { border-color: rgb(147,8,0); }
td.TdClassName
{
border-color: #930800;
}
.TagClassName
{
border-color: #930800;
}
</style>