Shades of Dark Red #8F0900
Tints of Dark Red #8F0900
RGB
CMYK
RGB Variations
Color information
#8F0900 (or 0x8F0900) is known color: Dark Red. HEX triplet: 8F, 09 and 00. RGB value is (143,9,0). Sum of RGB (Red+Green+Blue) = 143+9+0=152 (20% of max value = 765). Red value is 143 (56.25% from 255 or 94.08% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0900 is #70F6FF. Grayscale: #303030. Windows color (decimal): -7403264 or 2447. OLE color: 2447.
HSL color Cylindrical-coordinate representation of color #8F0900: hue angle of 3.78º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F0900 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 9 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.44 |
| HSL | 3.78º | 1% | 0.28% | - |
| HSV(B) | 3.78º | 1% | 0.56% | - |
| XYZ | 11.43 | 6.04 | 0.56 | - |
| YUV | 48.04 | 100.89 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 9 | 0 | 0 | 0.94 | 1 | 0.44 | 3.78 | 1 | 0.28 |
| Hex | 8F | 9 | 0 | 0 | 5E | 64 | 2C | 4 | 64 | 1C |
| Octal | 217 | 11 | 0 | 0 | 136 | 144 | 54 | 4 | 144 | 34 |
| Binary | 10001111 | 1001 | 0 | 0 | 1011110 | 1100100 | 101100 | 100 | 1100100 | 11100 |
Color Harmonies of #8F0900
Complementary color
Monochromatic Colors of #8F0900
Black with #8F0900
Text Example
Text Example
White with #8F0900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0900; }
p { color: rgb(143,9,0); }
H1.HeaderClassName
{
color: #8F0900;
}
.AnyTagClassName
{
color: #8F0900;
}
</style>
background-color css
<style>
a { background-color: #8F0900; }
a { background-color: rgb(143,9,0); }
div.DivClassName
{
background-color: #8F0900;
}
.BgClassName
{
background-color: #8F0900;
}
</style>
border-color css
<style>
span { border-color: #8F0900; }
span { border-color: rgb(143,9,0); }
td.TdClassName
{
border-color: #8F0900;
}
.TagClassName
{
border-color: #8F0900;
}
</style>