Shades of Sangria #8F0405
Tints of Sangria #8F0405
RGB
CMYK
RGB Variations
Color information
#8F0405 (or 0x8F0405) is known color: Sangria. HEX triplet: 8F, 04 and 05. RGB value is (143,4,5). Sum of RGB (Red+Green+Blue) = 143+4+5=152 (20% of max value = 765). Red value is 143 (56.25% from 255 or 94.08% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0405 is #70FBFA. Grayscale: #2D2D2D. Windows color (decimal): -7404539 or 328847. OLE color: 328847.
HSL color Cylindrical-coordinate representation of color #8F0405: hue angle of 359.57º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F0405 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 4 | 5 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.44 |
| HSL | 359.57º | 0.95% | 0.29% | - |
| HSV(B) | 359.57º | 0.97% | 0.56% | - |
| XYZ | 11.4 | 5.94 | 0.69 | - |
| YUV | 45.68 | 105.05 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 4 | 5 | 0 | 0.97 | 0.97 | 0.44 | 359.57 | 0.95 | 0.29 |
| Hex | 8F | 4 | 5 | 0 | 61 | 61 | 2C | 168 | 5F | 1D |
| Octal | 217 | 4 | 5 | 0 | 141 | 141 | 54 | 550 | 137 | 35 |
| Binary | 10001111 | 100 | 101 | 0 | 1100001 | 1100001 | 101100 | 101101000 | 1011111 | 11101 |
Color Harmonies of #8F0405
Complementary color
Monochromatic Colors of #8F0405
Black with #8F0405
Text Example
Text Example
White with #8F0405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0405; }
p { color: rgb(143,4,5); }
H1.HeaderClassName
{
color: #8F0405;
}
.AnyTagClassName
{
color: #8F0405;
}
</style>
background-color css
<style>
a { background-color: #8F0405; }
a { background-color: rgb(143,4,5); }
div.DivClassName
{
background-color: #8F0405;
}
.BgClassName
{
background-color: #8F0405;
}
</style>
border-color css
<style>
span { border-color: #8F0405; }
span { border-color: rgb(143,4,5); }
td.TdClassName
{
border-color: #8F0405;
}
.TagClassName
{
border-color: #8F0405;
}
</style>