Shades of Sangria #8C0305
Tints of Sangria #8C0305
RGB
CMYK
RGB Variations
Color information
#8C0305 (or 0x8C0305) is known color: Sangria. HEX triplet: 8C, 03 and 05. RGB value is (140,3,5). Sum of RGB (Red+Green+Blue) = 140+3+5=148 (19% of max value = 765). Red value is 140 (55.08% from 255 or 94.59% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0305 is #73FCFA. Grayscale: #2C2C2C. Windows color (decimal): -7601403 or 328588. OLE color: 328588.
HSL color Cylindrical-coordinate representation of color #8C0305: hue angle of 359.12º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C0305 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 3 | 5 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.45 |
| HSL | 359.12º | 0.96% | 0.28% | - |
| HSV(B) | 359.12º | 0.98% | 0.55% | - |
| XYZ | 10.88 | 5.65 | 0.66 | - |
| YUV | 44.19 | 105.89 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 3 | 5 | 0 | 0.98 | 0.96 | 0.45 | 359.12 | 0.96 | 0.28 |
| Hex | 8C | 3 | 5 | 0 | 62 | 60 | 2D | 167 | 60 | 1C |
| Octal | 214 | 3 | 5 | 0 | 142 | 140 | 55 | 547 | 140 | 34 |
| Binary | 10001100 | 11 | 101 | 0 | 1100010 | 1100000 | 101101 | 101100111 | 1100000 | 11100 |
Color Harmonies of #8C0305
Complementary color
Monochromatic Colors of #8C0305
Black with #8C0305
Text Example
Text Example
White with #8C0305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0305; }
p { color: rgb(140,3,5); }
H1.HeaderClassName
{
color: #8C0305;
}
.AnyTagClassName
{
color: #8C0305;
}
</style>
background-color css
<style>
a { background-color: #8C0305; }
a { background-color: rgb(140,3,5); }
div.DivClassName
{
background-color: #8C0305;
}
.BgClassName
{
background-color: #8C0305;
}
</style>
border-color css
<style>
span { border-color: #8C0305; }
span { border-color: rgb(140,3,5); }
td.TdClassName
{
border-color: #8C0305;
}
.TagClassName
{
border-color: #8C0305;
}
</style>