Shades of Dark Red #951301
Tints of Dark Red #951301
RGB
CMYK
RGB Variations
Color information
#951301 (or 0x951301) is known color: Dark Red. HEX triplet: 95, 13 and 01. RGB value is (149,19,1). Sum of RGB (Red+Green+Blue) = 149+19+1=169 (22% of max value = 765). Red value is 149 (58.59% from 255 or 88.17% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 149 - color contains mainly: red. Hex color #951301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951301 is #6AECFE. Grayscale: #383838. Windows color (decimal): -7007487 or 70549. OLE color: 70549.
HSL color Cylindrical-coordinate representation of color #951301: hue angle of 7.3º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #951301 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 19 | 1 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.42 |
| HSL | 7.3º | 0.99% | 0.29% | - |
| HSV(B) | 7.3º | 0.99% | 0.58% | - |
| XYZ | 12.63 | 6.86 | 0.69 | - |
| YUV | 55.82 | 97.07 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 19 | 1 | 0 | 0.87 | 0.99 | 0.42 | 7.3 | 0.99 | 0.29 |
| Hex | 95 | 13 | 1 | 0 | 57 | 63 | 2A | 7 | 63 | 1D |
| Octal | 225 | 23 | 1 | 0 | 127 | 143 | 52 | 7 | 143 | 35 |
| Binary | 10010101 | 10011 | 1 | 0 | 1010111 | 1100011 | 101010 | 111 | 1100011 | 11101 |
Color Harmonies of #951301
Complementary color
Monochromatic Colors of #951301
Black with #951301
Text Example
Text Example
White with #951301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951301; }
p { color: rgb(149,19,1); }
H1.HeaderClassName
{
color: #951301;
}
.AnyTagClassName
{
color: #951301;
}
</style>
background-color css
<style>
a { background-color: #951301; }
a { background-color: rgb(149,19,1); }
div.DivClassName
{
background-color: #951301;
}
.BgClassName
{
background-color: #951301;
}
</style>
border-color css
<style>
span { border-color: #951301; }
span { border-color: rgb(149,19,1); }
td.TdClassName
{
border-color: #951301;
}
.TagClassName
{
border-color: #951301;
}
</style>