Shades of Sangria #8F060D
Tints of Sangria #8F060D
RGB
CMYK
RGB Variations
Color information
#8F060D (or 0x8F060D) is known color: Sangria. HEX triplet: 8F, 06 and 0D. RGB value is (143,6,13). Sum of RGB (Red+Green+Blue) = 143+6+13=162 (21% of max value = 765). Red value is 143 (56.25% from 255 or 88.27% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 143 - color contains mainly: red. Hex color #8F060D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F060D is #70F9F2. Grayscale: #2F2F2F. Windows color (decimal): -7404019 or 853647. OLE color: 853647.
HSL color Cylindrical-coordinate representation of color #8F060D: hue angle of 356.93º 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 #8F060D is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 6 | 13 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.44 |
| HSL | 356.93º | 0.92% | 0.29% | - |
| HSV(B) | 356.93º | 0.96% | 0.56% | - |
| XYZ | 11.47 | 6 | 0.93 | - |
| YUV | 47.76 | 108.39 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 6 | 13 | 0 | 0.96 | 0.91 | 0.44 | 356.93 | 0.92 | 0.29 |
| Hex | 8F | 6 | D | 0 | 60 | 5B | 2C | 165 | 5C | 1D |
| Octal | 217 | 6 | 15 | 0 | 140 | 133 | 54 | 545 | 134 | 35 |
| Binary | 10001111 | 110 | 1101 | 0 | 1100000 | 1011011 | 101100 | 101100101 | 1011100 | 11101 |
Color Harmonies of #8F060D
Complementary color
Monochromatic Colors of #8F060D
Black with #8F060D
Text Example
Text Example
White with #8F060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F060D; }
p { color: rgb(143,6,13); }
H1.HeaderClassName
{
color: #8F060D;
}
.AnyTagClassName
{
color: #8F060D;
}
</style>
background-color css
<style>
a { background-color: #8F060D; }
a { background-color: rgb(143,6,13); }
div.DivClassName
{
background-color: #8F060D;
}
.BgClassName
{
background-color: #8F060D;
}
</style>
border-color css
<style>
span { border-color: #8F060D; }
span { border-color: rgb(143,6,13); }
td.TdClassName
{
border-color: #8F060D;
}
.TagClassName
{
border-color: #8F060D;
}
</style>