Shades of Sangria #8F060A
Tints of Sangria #8F060A
RGB
CMYK
RGB Variations
Color information
#8F060A (or 0x8F060A) is known color: Sangria. HEX triplet: 8F, 06 and 0A. RGB value is (143,6,10). Sum of RGB (Red+Green+Blue) = 143+6+10=159 (21% of max value = 765). Red value is 143 (56.25% from 255 or 89.94% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 143 - color contains mainly: red. Hex color #8F060A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F060A is #70F9F5. Grayscale: #2F2F2F. Windows color (decimal): -7404022 or 657039. OLE color: 657039.
HSL color Cylindrical-coordinate representation of color #8F060A: hue angle of 358.25º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F060A is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 6 | 10 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.44 |
| HSL | 358.25º | 0.92% | 0.29% | - |
| HSV(B) | 358.25º | 0.96% | 0.56% | - |
| XYZ | 11.45 | 5.99 | 0.84 | - |
| YUV | 47.42 | 106.89 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 6 | 10 | 0 | 0.96 | 0.93 | 0.44 | 358.25 | 0.92 | 0.29 |
| Hex | 8F | 6 | A | 0 | 60 | 5D | 2C | 166 | 5C | 1D |
| Octal | 217 | 6 | 12 | 0 | 140 | 135 | 54 | 546 | 134 | 35 |
| Binary | 10001111 | 110 | 1010 | 0 | 1100000 | 1011101 | 101100 | 101100110 | 1011100 | 11101 |
Color Harmonies of #8F060A
Complementary color
Monochromatic Colors of #8F060A
Black with #8F060A
Text Example
Text Example
White with #8F060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F060A; }
p { color: rgb(143,6,10); }
H1.HeaderClassName
{
color: #8F060A;
}
.AnyTagClassName
{
color: #8F060A;
}
</style>
background-color css
<style>
a { background-color: #8F060A; }
a { background-color: rgb(143,6,10); }
div.DivClassName
{
background-color: #8F060A;
}
.BgClassName
{
background-color: #8F060A;
}
</style>
border-color css
<style>
span { border-color: #8F060A; }
span { border-color: rgb(143,6,10); }
td.TdClassName
{
border-color: #8F060A;
}
.TagClassName
{
border-color: #8F060A;
}
</style>