Shades of Sangria #8A0509
Tints of Sangria #8A0509
RGB
CMYK
RGB Variations
Color information
#8A0509 (or 0x8A0509) is known color: Sangria. HEX triplet: 8A, 05 and 09. RGB value is (138,5,9). Sum of RGB (Red+Green+Blue) = 138+5+9=152 (20% of max value = 765). Red value is 138 (54.30% from 255 or 90.79% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0509 is #75FAF6. Grayscale: #2D2D2D. Windows color (decimal): -7731959 or 591242. OLE color: 591242.
HSL color Cylindrical-coordinate representation of color #8A0509: hue angle of 358.2º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A0509 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 5 | 9 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.46 |
| HSL | 358.2º | 0.93% | 0.28% | - |
| HSV(B) | 358.2º | 0.96% | 0.54% | - |
| XYZ | 10.58 | 5.53 | 0.77 | - |
| YUV | 45.22 | 107.56 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 5 | 9 | 0 | 0.96 | 0.93 | 0.46 | 358.2 | 0.93 | 0.28 |
| Hex | 8A | 5 | 9 | 0 | 60 | 5D | 2E | 166 | 5D | 1C |
| Octal | 212 | 5 | 11 | 0 | 140 | 135 | 56 | 546 | 135 | 34 |
| Binary | 10001010 | 101 | 1001 | 0 | 1100000 | 1011101 | 101110 | 101100110 | 1011101 | 11100 |
Color Harmonies of #8A0509
Complementary color
Monochromatic Colors of #8A0509
Black with #8A0509
Text Example
Text Example
White with #8A0509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0509; }
p { color: rgb(138,5,9); }
H1.HeaderClassName
{
color: #8A0509;
}
.AnyTagClassName
{
color: #8A0509;
}
</style>
background-color css
<style>
a { background-color: #8A0509; }
a { background-color: rgb(138,5,9); }
div.DivClassName
{
background-color: #8A0509;
}
.BgClassName
{
background-color: #8A0509;
}
</style>
border-color css
<style>
span { border-color: #8A0509; }
span { border-color: rgb(138,5,9); }
td.TdClassName
{
border-color: #8A0509;
}
.TagClassName
{
border-color: #8A0509;
}
</style>