Shades of Sangria #8C030D
Tints of Sangria #8C030D
RGB
CMYK
RGB Variations
Color information
#8C030D (or 0x8C030D) is known color: Sangria. HEX triplet: 8C, 03 and 0D. RGB value is (140,3,13). Sum of RGB (Red+Green+Blue) = 140+3+13=156 (20% of max value = 765). Red value is 140 (55.08% from 255 or 89.74% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 140 - color contains mainly: red. Hex color #8C030D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C030D is #73FCF2. Grayscale: #2D2D2D. Windows color (decimal): -7601395 or 852876. OLE color: 852876.
HSL color Cylindrical-coordinate representation of color #8C030D: hue angle of 355.62º 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 #8C030D is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 3 | 13 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.45 |
| HSL | 355.62º | 0.96% | 0.28% | - |
| HSV(B) | 355.62º | 0.98% | 0.55% | - |
| XYZ | 10.92 | 5.67 | 0.9 | - |
| YUV | 45.1 | 109.89 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 3 | 13 | 0 | 0.98 | 0.91 | 0.45 | 355.62 | 0.96 | 0.28 |
| Hex | 8C | 3 | D | 0 | 62 | 5B | 2D | 164 | 60 | 1C |
| Octal | 214 | 3 | 15 | 0 | 142 | 133 | 55 | 544 | 140 | 34 |
| Binary | 10001100 | 11 | 1101 | 0 | 1100010 | 1011011 | 101101 | 101100100 | 1100000 | 11100 |
Color Harmonies of #8C030D
Complementary color
Monochromatic Colors of #8C030D
Black with #8C030D
Text Example
Text Example
White with #8C030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C030D; }
p { color: rgb(140,3,13); }
H1.HeaderClassName
{
color: #8C030D;
}
.AnyTagClassName
{
color: #8C030D;
}
</style>
background-color css
<style>
a { background-color: #8C030D; }
a { background-color: rgb(140,3,13); }
div.DivClassName
{
background-color: #8C030D;
}
.BgClassName
{
background-color: #8C030D;
}
</style>
border-color css
<style>
span { border-color: #8C030D; }
span { border-color: rgb(140,3,13); }
td.TdClassName
{
border-color: #8C030D;
}
.TagClassName
{
border-color: #8C030D;
}
</style>