Shades of Sangria #8B0D15
Tints of Sangria #8B0D15
RGB
CMYK
RGB Variations
Color information
#8B0D15 (or 0x8B0D15) is known color: Sangria. HEX triplet: 8B, 0D and 15. RGB value is (139,13,21). Sum of RGB (Red+Green+Blue) = 139+13+21=173 (22% of max value = 765). Red value is 139 (54.69% from 255 or 80.35% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0D15 is #74F2EA. Grayscale: #333333. Windows color (decimal): -7664363 or 1379723. OLE color: 1379723.
HSL color Cylindrical-coordinate representation of color #8B0D15: hue angle of 356.19º 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 #8B0D15 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 13 | 21 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.45 |
| HSL | 356.19º | 0.83% | 0.3% | - |
| HSV(B) | 356.19º | 0.91% | 0.55% | - |
| XYZ | 10.93 | 5.83 | 1.26 | - |
| YUV | 51.59 | 110.74 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 13 | 21 | 0 | 0.91 | 0.85 | 0.45 | 356.19 | 0.83 | 0.3 |
| Hex | 8B | D | 15 | 0 | 5B | 55 | 2D | 164 | 53 | 1E |
| Octal | 213 | 15 | 25 | 0 | 133 | 125 | 55 | 544 | 123 | 36 |
| Binary | 10001011 | 1101 | 10101 | 0 | 1011011 | 1010101 | 101101 | 101100100 | 1010011 | 11110 |
Color Harmonies of #8B0D15
Complementary color
Monochromatic Colors of #8B0D15
Black with #8B0D15
Text Example
Text Example
White with #8B0D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0D15; }
p { color: rgb(139,13,21); }
H1.HeaderClassName
{
color: #8B0D15;
}
.AnyTagClassName
{
color: #8B0D15;
}
</style>
background-color css
<style>
a { background-color: #8B0D15; }
a { background-color: rgb(139,13,21); }
div.DivClassName
{
background-color: #8B0D15;
}
.BgClassName
{
background-color: #8B0D15;
}
</style>
border-color css
<style>
span { border-color: #8B0D15; }
span { border-color: rgb(139,13,21); }
td.TdClassName
{
border-color: #8B0D15;
}
.TagClassName
{
border-color: #8B0D15;
}
</style>