Shades of Sangria #8A040F
Tints of Sangria #8A040F
RGB
CMYK
RGB Variations
Color information
#8A040F (or 0x8A040F) is known color: Sangria. HEX triplet: 8A, 04 and 0F. RGB value is (138,4,15). Sum of RGB (Red+Green+Blue) = 138+4+15=157 (20% of max value = 765). Red value is 138 (54.30% from 255 or 87.90% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 138 - color contains mainly: red. Hex color #8A040F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A040F is #75FBF0. Grayscale: #2D2D2D. Windows color (decimal): -7732209 or 984202. OLE color: 984202.
HSL color Cylindrical-coordinate representation of color #8A040F: hue angle of 355.07º 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 #8A040F is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 4 | 15 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.46 |
| HSL | 355.07º | 0.94% | 0.28% | - |
| HSV(B) | 355.07º | 0.97% | 0.54% | - |
| XYZ | 10.61 | 5.52 | 0.96 | - |
| YUV | 45.32 | 110.89 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 4 | 15 | 0 | 0.97 | 0.89 | 0.46 | 355.07 | 0.94 | 0.28 |
| Hex | 8A | 4 | F | 0 | 61 | 59 | 2E | 163 | 5E | 1C |
| Octal | 212 | 4 | 17 | 0 | 141 | 131 | 56 | 543 | 136 | 34 |
| Binary | 10001010 | 100 | 1111 | 0 | 1100001 | 1011001 | 101110 | 101100011 | 1011110 | 11100 |
Color Harmonies of #8A040F
Complementary color
Monochromatic Colors of #8A040F
Black with #8A040F
Text Example
Text Example
White with #8A040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A040F; }
p { color: rgb(138,4,15); }
H1.HeaderClassName
{
color: #8A040F;
}
.AnyTagClassName
{
color: #8A040F;
}
</style>
background-color css
<style>
a { background-color: #8A040F; }
a { background-color: rgb(138,4,15); }
div.DivClassName
{
background-color: #8A040F;
}
.BgClassName
{
background-color: #8A040F;
}
</style>
border-color css
<style>
span { border-color: #8A040F; }
span { border-color: rgb(138,4,15); }
td.TdClassName
{
border-color: #8A040F;
}
.TagClassName
{
border-color: #8A040F;
}
</style>