Shades of Sangria #8B020B
Tints of Sangria #8B020B
RGB
CMYK
RGB Variations
Color information
#8B020B (or 0x8B020B) is known color: Sangria. HEX triplet: 8B, 02 and 0B. RGB value is (139,2,11). Sum of RGB (Red+Green+Blue) = 139+2+11=152 (20% of max value = 765). Red value is 139 (54.69% from 255 or 91.45% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 139 - color contains mainly: red. Hex color #8B020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B020B is #74FDF4. Grayscale: #2C2C2C. Windows color (decimal): -7667189 or 721547. OLE color: 721547.
HSL color Cylindrical-coordinate representation of color #8B020B: hue angle of 356.06º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B020B is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.45 |
| HSL | 356.06º | 0.97% | 0.28% | - |
| HSV(B) | 356.06º | 0.99% | 0.55% | - |
| XYZ | 10.73 | 5.56 | 0.82 | - |
| YUV | 43.99 | 109.39 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 2 | 11 | 0 | 0.99 | 0.92 | 0.45 | 356.06 | 0.97 | 0.28 |
| Hex | 8B | 2 | B | 0 | 63 | 5C | 2D | 164 | 61 | 1C |
| Octal | 213 | 2 | 13 | 0 | 143 | 134 | 55 | 544 | 141 | 34 |
| Binary | 10001011 | 10 | 1011 | 0 | 1100011 | 1011100 | 101101 | 101100100 | 1100001 | 11100 |
Color Harmonies of #8B020B
Complementary color
Monochromatic Colors of #8B020B
Black with #8B020B
Text Example
Text Example
White with #8B020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B020B; }
p { color: rgb(139,2,11); }
H1.HeaderClassName
{
color: #8B020B;
}
.AnyTagClassName
{
color: #8B020B;
}
</style>
background-color css
<style>
a { background-color: #8B020B; }
a { background-color: rgb(139,2,11); }
div.DivClassName
{
background-color: #8B020B;
}
.BgClassName
{
background-color: #8B020B;
}
</style>
border-color css
<style>
span { border-color: #8B020B; }
span { border-color: rgb(139,2,11); }
td.TdClassName
{
border-color: #8B020B;
}
.TagClassName
{
border-color: #8B020B;
}
</style>