Shades of Sangria #8B0D14
Tints of Sangria #8B0D14
RGB
CMYK
RGB Variations
Color information
#8B0D14 (or 0x8B0D14) is known color: Sangria. HEX triplet: 8B, 0D and 14. RGB value is (139,13,20). Sum of RGB (Red+Green+Blue) = 139+13+20=172 (22% of max value = 765). Red value is 139 (54.69% from 255 or 80.81% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0D14 is #74F2EB. Grayscale: #333333. Windows color (decimal): -7664364 or 1314187. OLE color: 1314187.
HSL color Cylindrical-coordinate representation of color #8B0D14: hue angle of 356.67º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B0D14 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 13 | 20 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.45 |
| HSL | 356.67º | 0.83% | 0.3% | - |
| HSV(B) | 356.67º | 0.91% | 0.55% | - |
| XYZ | 10.92 | 5.83 | 1.21 | - |
| YUV | 51.47 | 110.24 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 13 | 20 | 0 | 0.91 | 0.86 | 0.45 | 356.67 | 0.83 | 0.3 |
| Hex | 8B | D | 14 | 0 | 5B | 56 | 2D | 165 | 53 | 1E |
| Octal | 213 | 15 | 24 | 0 | 133 | 126 | 55 | 545 | 123 | 36 |
| Binary | 10001011 | 1101 | 10100 | 0 | 1011011 | 1010110 | 101101 | 101100101 | 1010011 | 11110 |
Color Harmonies of #8B0D14
Complementary color
Monochromatic Colors of #8B0D14
Black with #8B0D14
Text Example
Text Example
White with #8B0D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0D14; }
p { color: rgb(139,13,20); }
H1.HeaderClassName
{
color: #8B0D14;
}
.AnyTagClassName
{
color: #8B0D14;
}
</style>
background-color css
<style>
a { background-color: #8B0D14; }
a { background-color: rgb(139,13,20); }
div.DivClassName
{
background-color: #8B0D14;
}
.BgClassName
{
background-color: #8B0D14;
}
</style>
border-color css
<style>
span { border-color: #8B0D14; }
span { border-color: rgb(139,13,20); }
td.TdClassName
{
border-color: #8B0D14;
}
.TagClassName
{
border-color: #8B0D14;
}
</style>