Shades of Dark Red #951107
Tints of Dark Red #951107
RGB
CMYK
RGB Variations
Color information
#951107 (or 0x951107) is known color: Dark Red. HEX triplet: 95, 11 and 07. RGB value is (149,17,7). Sum of RGB (Red+Green+Blue) = 149+17+7=173 (22% of max value = 765). Red value is 149 (58.59% from 255 or 86.13% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 7 (3.12% from 255 or 4.05% from 173); Max value from RGB is 149 - color contains mainly: red. Hex color #951107 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951107 is #6AEEF8. Grayscale: #373737. Windows color (decimal): -7007993 or 463253. OLE color: 463253.
HSL color Cylindrical-coordinate representation of color #951107: hue angle of 4.23º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #951107 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 17 | 7 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.42 |
| HSL | 4.23º | 0.91% | 0.31% | - |
| HSV(B) | 4.23º | 0.95% | 0.58% | - |
| XYZ | 12.63 | 6.81 | 0.85 | - |
| YUV | 55.33 | 100.73 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 7 | 0 | 0.89 | 0.95 | 0.42 | 4.23 | 0.91 | 0.31 |
| Hex | 95 | 11 | 7 | 0 | 59 | 5F | 2A | 4 | 5B | 1F |
| Octal | 225 | 21 | 7 | 0 | 131 | 137 | 52 | 4 | 133 | 37 |
| Binary | 10010101 | 10001 | 111 | 0 | 1011001 | 1011111 | 101010 | 100 | 1011011 | 11111 |
Color Harmonies of #951107
Complementary color
Monochromatic Colors of #951107
Black with #951107
Text Example
Text Example
White with #951107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951107; }
p { color: rgb(149,17,7); }
H1.HeaderClassName
{
color: #951107;
}
.AnyTagClassName
{
color: #951107;
}
</style>
background-color css
<style>
a { background-color: #951107; }
a { background-color: rgb(149,17,7); }
div.DivClassName
{
background-color: #951107;
}
.BgClassName
{
background-color: #951107;
}
</style>
border-color css
<style>
span { border-color: #951107; }
span { border-color: rgb(149,17,7); }
td.TdClassName
{
border-color: #951107;
}
.TagClassName
{
border-color: #951107;
}
</style>