Shades of Dark Red #951306
Tints of Dark Red #951306
RGB
CMYK
RGB Variations
Color information
#951306 (or 0x951306) is known color: Dark Red. HEX triplet: 95, 13 and 06. RGB value is (149,19,6). Sum of RGB (Red+Green+Blue) = 149+19+6=174 (23% of max value = 765). Red value is 149 (58.59% from 255 or 85.63% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 149 - color contains mainly: red. Hex color #951306 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951306 is #6AECF9. Grayscale: #383838. Windows color (decimal): -7007482 or 398229. OLE color: 398229.
HSL color Cylindrical-coordinate representation of color #951306: hue angle of 5.45º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #951306 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 19 | 6 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.42 |
| HSL | 5.45º | 0.92% | 0.3% | - |
| HSV(B) | 5.45º | 0.96% | 0.58% | - |
| XYZ | 12.66 | 6.87 | 0.83 | - |
| YUV | 56.39 | 99.57 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 19 | 6 | 0 | 0.87 | 0.96 | 0.42 | 5.45 | 0.92 | 0.3 |
| Hex | 95 | 13 | 6 | 0 | 57 | 60 | 2A | 5 | 5C | 1E |
| Octal | 225 | 23 | 6 | 0 | 127 | 140 | 52 | 5 | 134 | 36 |
| Binary | 10010101 | 10011 | 110 | 0 | 1010111 | 1100000 | 101010 | 101 | 1011100 | 11110 |
Color Harmonies of #951306
Complementary color
Monochromatic Colors of #951306
Black with #951306
Text Example
Text Example
White with #951306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951306; }
p { color: rgb(149,19,6); }
H1.HeaderClassName
{
color: #951306;
}
.AnyTagClassName
{
color: #951306;
}
</style>
background-color css
<style>
a { background-color: #951306; }
a { background-color: rgb(149,19,6); }
div.DivClassName
{
background-color: #951306;
}
.BgClassName
{
background-color: #951306;
}
</style>
border-color css
<style>
span { border-color: #951306; }
span { border-color: rgb(149,19,6); }
td.TdClassName
{
border-color: #951306;
}
.TagClassName
{
border-color: #951306;
}
</style>