Shades of Dark Red #981B00
Tints of Dark Red #981B00
RGB
CMYK
RGB Variations
Color information
#981B00 (or 0x981B00) is known color: Dark Red. HEX triplet: 98, 1B and 00. RGB value is (152,27,0). Sum of RGB (Red+Green+Blue) = 152+27+0=179 (23% of max value = 765). Red value is 152 (59.77% from 255 or 84.92% from 179); Green value is 27 (10.94% from 255 or 15.08% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 152 - color contains mainly: red. Hex color #981B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981B00 is #67E4FF. Grayscale: #3D3D3D. Windows color (decimal): -6808832 or 7064. OLE color: 7064.
HSL color Cylindrical-coordinate representation of color #981B00: hue angle of 10.66º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #981B00 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 27 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.40 |
| HSL | 10.66º | 1% | 0.3% | - |
| HSV(B) | 10.66º | 1% | 0.6% | - |
| XYZ | 13.34 | 7.46 | 0.74 | - |
| YUV | 61.3 | 93.41 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 27 | 0 | 0 | 0.82 | 1 | 0.40 | 10.66 | 1 | 0.3 |
| Hex | 98 | 1B | 0 | 0 | 52 | 64 | 28 | B | 64 | 1E |
| Octal | 230 | 33 | 0 | 0 | 122 | 144 | 50 | 13 | 144 | 36 |
| Binary | 10011000 | 11011 | 0 | 0 | 1010010 | 1100100 | 101000 | 1011 | 1100100 | 11110 |
Color Harmonies of #981B00
Complementary color
Monochromatic Colors of #981B00
Black with #981B00
Text Example
Text Example
White with #981B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981B00; }
p { color: rgb(152,27,0); }
H1.HeaderClassName
{
color: #981B00;
}
.AnyTagClassName
{
color: #981B00;
}
</style>
background-color css
<style>
a { background-color: #981B00; }
a { background-color: rgb(152,27,0); }
div.DivClassName
{
background-color: #981B00;
}
.BgClassName
{
background-color: #981B00;
}
</style>
border-color css
<style>
span { border-color: #981B00; }
span { border-color: rgb(152,27,0); }
td.TdClassName
{
border-color: #981B00;
}
.TagClassName
{
border-color: #981B00;
}
</style>