Shades of Sangria #8B090F
Tints of Sangria #8B090F
RGB
CMYK
RGB Variations
Color information
#8B090F (or 0x8B090F) is known color: Sangria. HEX triplet: 8B, 09 and 0F. RGB value is (139,9,15). Sum of RGB (Red+Green+Blue) = 139+9+15=163 (21% of max value = 765). Red value is 139 (54.69% from 255 or 85.28% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 139 - color contains mainly: red. Hex color #8B090F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B090F is #74F6F0. Grayscale: #303030. Windows color (decimal): -7665393 or 985483. OLE color: 985483.
HSL color Cylindrical-coordinate representation of color #8B090F: hue angle of 357.23º degrees, saturation: 0.88, 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 #8B090F is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 9 | 15 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.45 |
| HSL | 357.23º | 0.88% | 0.29% | - |
| HSV(B) | 357.23º | 0.94% | 0.55% | - |
| XYZ | 10.83 | 5.72 | 0.98 | - |
| YUV | 48.55 | 109.07 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 9 | 15 | 0 | 0.94 | 0.89 | 0.45 | 357.23 | 0.88 | 0.29 |
| Hex | 8B | 9 | F | 0 | 5E | 59 | 2D | 165 | 58 | 1D |
| Octal | 213 | 11 | 17 | 0 | 136 | 131 | 55 | 545 | 130 | 35 |
| Binary | 10001011 | 1001 | 1111 | 0 | 1011110 | 1011001 | 101101 | 101100101 | 1011000 | 11101 |
Color Harmonies of #8B090F
Complementary color
Monochromatic Colors of #8B090F
Black with #8B090F
Text Example
Text Example
White with #8B090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B090F; }
p { color: rgb(139,9,15); }
H1.HeaderClassName
{
color: #8B090F;
}
.AnyTagClassName
{
color: #8B090F;
}
</style>
background-color css
<style>
a { background-color: #8B090F; }
a { background-color: rgb(139,9,15); }
div.DivClassName
{
background-color: #8B090F;
}
.BgClassName
{
background-color: #8B090F;
}
</style>
border-color css
<style>
span { border-color: #8B090F; }
span { border-color: rgb(139,9,15); }
td.TdClassName
{
border-color: #8B090F;
}
.TagClassName
{
border-color: #8B090F;
}
</style>