Shades of Sangria #8F040B
Tints of Sangria #8F040B
RGB
CMYK
RGB Variations
Color information
#8F040B (or 0x8F040B) is known color: Sangria. HEX triplet: 8F, 04 and 0B. RGB value is (143,4,11). Sum of RGB (Red+Green+Blue) = 143+4+11=158 (20% of max value = 765). Red value is 143 (56.25% from 255 or 90.51% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 143 - color contains mainly: red. Hex color #8F040B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F040B is #70FBF4. Grayscale: #2E2E2E. Windows color (decimal): -7404533 or 722063. OLE color: 722063.
HSL color Cylindrical-coordinate representation of color #8F040B: hue angle of 356.98º 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 #8F040B is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 4 | 11 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.44 |
| HSL | 356.98º | 0.95% | 0.29% | - |
| HSV(B) | 356.98º | 0.97% | 0.56% | - |
| XYZ | 11.43 | 5.95 | 0.86 | - |
| YUV | 46.36 | 108.05 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 4 | 11 | 0 | 0.97 | 0.92 | 0.44 | 356.98 | 0.95 | 0.29 |
| Hex | 8F | 4 | B | 0 | 61 | 5C | 2C | 165 | 5F | 1D |
| Octal | 217 | 4 | 13 | 0 | 141 | 134 | 54 | 545 | 137 | 35 |
| Binary | 10001111 | 100 | 1011 | 0 | 1100001 | 1011100 | 101100 | 101100101 | 1011111 | 11101 |
Color Harmonies of #8F040B
Complementary color
Monochromatic Colors of #8F040B
Black with #8F040B
Text Example
Text Example
White with #8F040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F040B; }
p { color: rgb(143,4,11); }
H1.HeaderClassName
{
color: #8F040B;
}
.AnyTagClassName
{
color: #8F040B;
}
</style>
background-color css
<style>
a { background-color: #8F040B; }
a { background-color: rgb(143,4,11); }
div.DivClassName
{
background-color: #8F040B;
}
.BgClassName
{
background-color: #8F040B;
}
</style>
border-color css
<style>
span { border-color: #8F040B; }
span { border-color: rgb(143,4,11); }
td.TdClassName
{
border-color: #8F040B;
}
.TagClassName
{
border-color: #8F040B;
}
</style>