Shades of Sangria #8A040B
Tints of Sangria #8A040B
RGB
CMYK
RGB Variations
Color information
#8A040B (or 0x8A040B) is known color: Sangria. HEX triplet: 8A, 04 and 0B. RGB value is (138,4,11). Sum of RGB (Red+Green+Blue) = 138+4+11=153 (20% of max value = 765). Red value is 138 (54.30% from 255 or 90.20% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 138 - color contains mainly: red. Hex color #8A040B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A040B is #75FBF4. Grayscale: #2C2C2C. Windows color (decimal): -7732213 or 722058. OLE color: 722058.
HSL color Cylindrical-coordinate representation of color #8A040B: hue angle of 356.87º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A040B is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 4 | 11 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.46 |
| HSL | 356.87º | 0.94% | 0.28% | - |
| HSV(B) | 356.87º | 0.97% | 0.54% | - |
| XYZ | 10.59 | 5.51 | 0.82 | - |
| YUV | 44.86 | 108.89 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 4 | 11 | 0 | 0.97 | 0.92 | 0.46 | 356.87 | 0.94 | 0.28 |
| Hex | 8A | 4 | B | 0 | 61 | 5C | 2E | 165 | 5E | 1C |
| Octal | 212 | 4 | 13 | 0 | 141 | 134 | 56 | 545 | 136 | 34 |
| Binary | 10001010 | 100 | 1011 | 0 | 1100001 | 1011100 | 101110 | 101100101 | 1011110 | 11100 |
Color Harmonies of #8A040B
Complementary color
Monochromatic Colors of #8A040B
Black with #8A040B
Text Example
Text Example
White with #8A040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A040B; }
p { color: rgb(138,4,11); }
H1.HeaderClassName
{
color: #8A040B;
}
.AnyTagClassName
{
color: #8A040B;
}
</style>
background-color css
<style>
a { background-color: #8A040B; }
a { background-color: rgb(138,4,11); }
div.DivClassName
{
background-color: #8A040B;
}
.BgClassName
{
background-color: #8A040B;
}
</style>
border-color css
<style>
span { border-color: #8A040B; }
span { border-color: rgb(138,4,11); }
td.TdClassName
{
border-color: #8A040B;
}
.TagClassName
{
border-color: #8A040B;
}
</style>