Shades of Sangria #8F040A
Tints of Sangria #8F040A
RGB
CMYK
RGB Variations
Color information
#8F040A (or 0x8F040A) is known color: Sangria. HEX triplet: 8F, 04 and 0A. RGB value is (143,4,10). Sum of RGB (Red+Green+Blue) = 143+4+10=157 (20% of max value = 765). Red value is 143 (56.25% from 255 or 91.08% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 143 - color contains mainly: red. Hex color #8F040A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F040A is #70FBF5. Grayscale: #2E2E2E. Windows color (decimal): -7404534 or 656527. OLE color: 656527.
HSL color Cylindrical-coordinate representation of color #8F040A: hue angle of 357.41º 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 #8F040A is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 4 | 10 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.44 |
| HSL | 357.41º | 0.95% | 0.29% | - |
| HSV(B) | 357.41º | 0.97% | 0.56% | - |
| XYZ | 11.43 | 5.95 | 0.83 | - |
| YUV | 46.25 | 107.55 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 4 | 10 | 0 | 0.97 | 0.93 | 0.44 | 357.41 | 0.95 | 0.29 |
| Hex | 8F | 4 | A | 0 | 61 | 5D | 2C | 165 | 5F | 1D |
| Octal | 217 | 4 | 12 | 0 | 141 | 135 | 54 | 545 | 137 | 35 |
| Binary | 10001111 | 100 | 1010 | 0 | 1100001 | 1011101 | 101100 | 101100101 | 1011111 | 11101 |
Color Harmonies of #8F040A
Complementary color
Monochromatic Colors of #8F040A
Black with #8F040A
Text Example
Text Example
White with #8F040A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F040A; }
p { color: rgb(143,4,10); }
H1.HeaderClassName
{
color: #8F040A;
}
.AnyTagClassName
{
color: #8F040A;
}
</style>
background-color css
<style>
a { background-color: #8F040A; }
a { background-color: rgb(143,4,10); }
div.DivClassName
{
background-color: #8F040A;
}
.BgClassName
{
background-color: #8F040A;
}
</style>
border-color css
<style>
span { border-color: #8F040A; }
span { border-color: rgb(143,4,10); }
td.TdClassName
{
border-color: #8F040A;
}
.TagClassName
{
border-color: #8F040A;
}
</style>