Shades of Sangria #8A030E
Tints of Sangria #8A030E
RGB
CMYK
RGB Variations
Color information
#8A030E (or 0x8A030E) is known color: Sangria. HEX triplet: 8A, 03 and 0E. RGB value is (138,3,14). Sum of RGB (Red+Green+Blue) = 138+3+14=155 (20% of max value = 765). Red value is 138 (54.30% from 255 or 89.03% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 138 - color contains mainly: red. Hex color #8A030E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A030E is #75FCF1. Grayscale: #2C2C2C. Windows color (decimal): -7732466 or 918410. OLE color: 918410.
HSL color Cylindrical-coordinate representation of color #8A030E: hue angle of 355.11º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A030E is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 3 | 14 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.46 |
| HSL | 355.11º | 0.96% | 0.28% | - |
| HSV(B) | 355.11º | 0.98% | 0.54% | - |
| XYZ | 10.59 | 5.5 | 0.92 | - |
| YUV | 44.62 | 110.73 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 3 | 14 | 0 | 0.98 | 0.90 | 0.46 | 355.11 | 0.96 | 0.28 |
| Hex | 8A | 3 | E | 0 | 62 | 5A | 2E | 163 | 60 | 1C |
| Octal | 212 | 3 | 16 | 0 | 142 | 132 | 56 | 543 | 140 | 34 |
| Binary | 10001010 | 11 | 1110 | 0 | 1100010 | 1011010 | 101110 | 101100011 | 1100000 | 11100 |
Color Harmonies of #8A030E
Complementary color
Monochromatic Colors of #8A030E
Black with #8A030E
Text Example
Text Example
White with #8A030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A030E; }
p { color: rgb(138,3,14); }
H1.HeaderClassName
{
color: #8A030E;
}
.AnyTagClassName
{
color: #8A030E;
}
</style>
background-color css
<style>
a { background-color: #8A030E; }
a { background-color: rgb(138,3,14); }
div.DivClassName
{
background-color: #8A030E;
}
.BgClassName
{
background-color: #8A030E;
}
</style>
border-color css
<style>
span { border-color: #8A030E; }
span { border-color: rgb(138,3,14); }
td.TdClassName
{
border-color: #8A030E;
}
.TagClassName
{
border-color: #8A030E;
}
</style>