Shades of Sangria #8B080F
Tints of Sangria #8B080F
RGB
CMYK
RGB Variations
Color information
#8B080F (or 0x8B080F) is known color: Sangria. HEX triplet: 8B, 08 and 0F. RGB value is (139,8,15). Sum of RGB (Red+Green+Blue) = 139+8+15=162 (21% of max value = 765). Red value is 139 (54.69% from 255 or 85.80% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 139 - color contains mainly: red. Hex color #8B080F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B080F is #74F7F0. Grayscale: #303030. Windows color (decimal): -7665649 or 985227. OLE color: 985227.
HSL color Cylindrical-coordinate representation of color #8B080F: hue angle of 356.79º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B080F is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 8 | 15 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.45 |
| HSL | 356.79º | 0.89% | 0.29% | - |
| HSV(B) | 356.79º | 0.94% | 0.55% | - |
| XYZ | 10.82 | 5.7 | 0.98 | - |
| YUV | 47.97 | 109.4 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 8 | 15 | 0 | 0.94 | 0.89 | 0.45 | 356.79 | 0.89 | 0.29 |
| Hex | 8B | 8 | F | 0 | 5E | 59 | 2D | 165 | 59 | 1D |
| Octal | 213 | 10 | 17 | 0 | 136 | 131 | 55 | 545 | 131 | 35 |
| Binary | 10001011 | 1000 | 1111 | 0 | 1011110 | 1011001 | 101101 | 101100101 | 1011001 | 11101 |
Color Harmonies of #8B080F
Complementary color
Monochromatic Colors of #8B080F
Black with #8B080F
Text Example
Text Example
White with #8B080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B080F; }
p { color: rgb(139,8,15); }
H1.HeaderClassName
{
color: #8B080F;
}
.AnyTagClassName
{
color: #8B080F;
}
</style>
background-color css
<style>
a { background-color: #8B080F; }
a { background-color: rgb(139,8,15); }
div.DivClassName
{
background-color: #8B080F;
}
.BgClassName
{
background-color: #8B080F;
}
</style>
border-color css
<style>
span { border-color: #8B080F; }
span { border-color: rgb(139,8,15); }
td.TdClassName
{
border-color: #8B080F;
}
.TagClassName
{
border-color: #8B080F;
}
</style>