Shades of Dark Red #951B01
Tints of Dark Red #951B01
RGB
CMYK
RGB Variations
Color information
#951B01 (or 0x951B01) is known color: Dark Red. HEX triplet: 95, 1B and 01. RGB value is (149,27,1). Sum of RGB (Red+Green+Blue) = 149+27+1=177 (23% of max value = 765). Red value is 149 (58.59% from 255 or 84.18% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 149 - color contains mainly: red. Hex color #951B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951B01 is #6AE4FE. Grayscale: #3C3C3C. Windows color (decimal): -7005439 or 72597. OLE color: 72597.
HSL color Cylindrical-coordinate representation of color #951B01: hue angle of 10.54º 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 #951B01 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 27 | 1 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.42 |
| HSL | 10.54º | 0.99% | 0.29% | - |
| HSV(B) | 10.54º | 0.99% | 0.58% | - |
| XYZ | 12.79 | 7.18 | 0.74 | - |
| YUV | 60.51 | 94.42 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 1 | 0 | 0.82 | 0.99 | 0.42 | 10.54 | 0.99 | 0.29 |
| Hex | 95 | 1B | 1 | 0 | 52 | 63 | 2A | B | 63 | 1D |
| Octal | 225 | 33 | 1 | 0 | 122 | 143 | 52 | 13 | 143 | 35 |
| Binary | 10010101 | 11011 | 1 | 0 | 1010010 | 1100011 | 101010 | 1011 | 1100011 | 11101 |
Color Harmonies of #951B01
Complementary color
Monochromatic Colors of #951B01
Black with #951B01
Text Example
Text Example
White with #951B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951B01; }
p { color: rgb(149,27,1); }
H1.HeaderClassName
{
color: #951B01;
}
.AnyTagClassName
{
color: #951B01;
}
</style>
background-color css
<style>
a { background-color: #951B01; }
a { background-color: rgb(149,27,1); }
div.DivClassName
{
background-color: #951B01;
}
.BgClassName
{
background-color: #951B01;
}
</style>
border-color css
<style>
span { border-color: #951B01; }
span { border-color: rgb(149,27,1); }
td.TdClassName
{
border-color: #951B01;
}
.TagClassName
{
border-color: #951B01;
}
</style>