Shades of Dark Red #951B00
Tints of Dark Red #951B00
RGB
CMYK
RGB Variations
Color information
#951B00 (or 0x951B00) is known color: Dark Red. HEX triplet: 95, 1B and 00. RGB value is (149,27,0). Sum of RGB (Red+Green+Blue) = 149+27+0=176 (23% of max value = 765). Red value is 149 (58.59% from 255 or 84.66% from 176); Green value is 27 (10.94% from 255 or 15.34% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 149 - color contains mainly: red. Hex color #951B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951B00 is #6AE4FF. Grayscale: #3C3C3C. Windows color (decimal): -7005440 or 7061. OLE color: 7061.
HSL color Cylindrical-coordinate representation of color #951B00: hue angle of 10.87º 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 #951B00 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 27 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.42 |
| HSL | 10.87º | 1% | 0.29% | - |
| HSV(B) | 10.87º | 1% | 0.58% | - |
| XYZ | 12.79 | 7.17 | 0.71 | - |
| YUV | 60.4 | 93.92 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 0 | 0 | 0.82 | 1 | 0.42 | 10.87 | 1 | 0.29 |
| Hex | 95 | 1B | 0 | 0 | 52 | 64 | 2A | B | 64 | 1D |
| Octal | 225 | 33 | 0 | 0 | 122 | 144 | 52 | 13 | 144 | 35 |
| Binary | 10010101 | 11011 | 0 | 0 | 1010010 | 1100100 | 101010 | 1011 | 1100100 | 11101 |
Color Harmonies of #951B00
Complementary color
Monochromatic Colors of #951B00
Black with #951B00
Text Example
Text Example
White with #951B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951B00; }
p { color: rgb(149,27,0); }
H1.HeaderClassName
{
color: #951B00;
}
.AnyTagClassName
{
color: #951B00;
}
</style>
background-color css
<style>
a { background-color: #951B00; }
a { background-color: rgb(149,27,0); }
div.DivClassName
{
background-color: #951B00;
}
.BgClassName
{
background-color: #951B00;
}
</style>
border-color css
<style>
span { border-color: #951B00; }
span { border-color: rgb(149,27,0); }
td.TdClassName
{
border-color: #951B00;
}
.TagClassName
{
border-color: #951B00;
}
</style>