Shades of Sangria #8B0C14
Tints of Sangria #8B0C14
RGB
CMYK
RGB Variations
Color information
#8B0C14 (or 0x8B0C14) is known color: Sangria. HEX triplet: 8B, 0C and 14. RGB value is (139,12,20). Sum of RGB (Red+Green+Blue) = 139+12+20=171 (22% of max value = 765). Red value is 139 (54.69% from 255 or 81.29% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0C14 is #74F3EB. Grayscale: #323232. Windows color (decimal): -7664620 or 1313931. OLE color: 1313931.
HSL color Cylindrical-coordinate representation of color #8B0C14: hue angle of 356.22º degrees, saturation: 0.84, 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 #8B0C14 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 12 | 20 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.45 |
| HSL | 356.22º | 0.84% | 0.3% | - |
| HSV(B) | 356.22º | 0.91% | 0.55% | - |
| XYZ | 10.91 | 5.8 | 1.21 | - |
| YUV | 50.89 | 110.58 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 12 | 20 | 0 | 0.91 | 0.86 | 0.45 | 356.22 | 0.84 | 0.3 |
| Hex | 8B | C | 14 | 0 | 5B | 56 | 2D | 164 | 54 | 1E |
| Octal | 213 | 14 | 24 | 0 | 133 | 126 | 55 | 544 | 124 | 36 |
| Binary | 10001011 | 1100 | 10100 | 0 | 1011011 | 1010110 | 101101 | 101100100 | 1010100 | 11110 |
Color Harmonies of #8B0C14
Complementary color
Monochromatic Colors of #8B0C14
Black with #8B0C14
Text Example
Text Example
White with #8B0C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0C14; }
p { color: rgb(139,12,20); }
H1.HeaderClassName
{
color: #8B0C14;
}
.AnyTagClassName
{
color: #8B0C14;
}
</style>
background-color css
<style>
a { background-color: #8B0C14; }
a { background-color: rgb(139,12,20); }
div.DivClassName
{
background-color: #8B0C14;
}
.BgClassName
{
background-color: #8B0C14;
}
</style>
border-color css
<style>
span { border-color: #8B0C14; }
span { border-color: rgb(139,12,20); }
td.TdClassName
{
border-color: #8B0C14;
}
.TagClassName
{
border-color: #8B0C14;
}
</style>