Shades of Sangria #8F060F
Tints of Sangria #8F060F
RGB
CMYK
RGB Variations
Color information
#8F060F (or 0x8F060F) is known color: Sangria. HEX triplet: 8F, 06 and 0F. RGB value is (143,6,15). Sum of RGB (Red+Green+Blue) = 143+6+15=164 (21% of max value = 765). Red value is 143 (56.25% from 255 or 87.20% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 143 - color contains mainly: red. Hex color #8F060F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F060F is #70F9F0. Grayscale: #303030. Windows color (decimal): -7404017 or 984719. OLE color: 984719.
HSL color Cylindrical-coordinate representation of color #8F060F: hue angle of 356.06º 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 #8F060F is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 6 | 15 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.44 |
| HSL | 356.06º | 0.92% | 0.29% | - |
| HSV(B) | 356.06º | 0.96% | 0.56% | - |
| XYZ | 11.48 | 6 | 1.01 | - |
| YUV | 47.99 | 109.39 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 6 | 15 | 0 | 0.96 | 0.90 | 0.44 | 356.06 | 0.92 | 0.29 |
| Hex | 8F | 6 | F | 0 | 60 | 5A | 2C | 164 | 5C | 1D |
| Octal | 217 | 6 | 17 | 0 | 140 | 132 | 54 | 544 | 134 | 35 |
| Binary | 10001111 | 110 | 1111 | 0 | 1100000 | 1011010 | 101100 | 101100100 | 1011100 | 11101 |
Color Harmonies of #8F060F
Complementary color
Monochromatic Colors of #8F060F
Black with #8F060F
Text Example
Text Example
White with #8F060F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F060F; }
p { color: rgb(143,6,15); }
H1.HeaderClassName
{
color: #8F060F;
}
.AnyTagClassName
{
color: #8F060F;
}
</style>
background-color css
<style>
a { background-color: #8F060F; }
a { background-color: rgb(143,6,15); }
div.DivClassName
{
background-color: #8F060F;
}
.BgClassName
{
background-color: #8F060F;
}
</style>
border-color css
<style>
span { border-color: #8F060F; }
span { border-color: rgb(143,6,15); }
td.TdClassName
{
border-color: #8F060F;
}
.TagClassName
{
border-color: #8F060F;
}
</style>