Shades of Sangria #8C030F
Tints of Sangria #8C030F
RGB
CMYK
RGB Variations
Color information
#8C030F (or 0x8C030F) is known color: Sangria. HEX triplet: 8C, 03 and 0F. RGB value is (140,3,15). Sum of RGB (Red+Green+Blue) = 140+3+15=158 (20% of max value = 765). Red value is 140 (55.08% from 255 or 88.61% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 140 - color contains mainly: red. Hex color #8C030F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C030F is #73FCF0. Grayscale: #2D2D2D. Windows color (decimal): -7601393 or 983948. OLE color: 983948.
HSL color Cylindrical-coordinate representation of color #8C030F: hue angle of 354.74º 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 #8C030F is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 3 | 15 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.45 |
| HSL | 354.74º | 0.96% | 0.28% | - |
| HSV(B) | 354.74º | 0.98% | 0.55% | - |
| XYZ | 10.93 | 5.68 | 0.97 | - |
| YUV | 45.33 | 110.89 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 3 | 15 | 0 | 0.98 | 0.89 | 0.45 | 354.74 | 0.96 | 0.28 |
| Hex | 8C | 3 | F | 0 | 62 | 59 | 2D | 163 | 60 | 1C |
| Octal | 214 | 3 | 17 | 0 | 142 | 131 | 55 | 543 | 140 | 34 |
| Binary | 10001100 | 11 | 1111 | 0 | 1100010 | 1011001 | 101101 | 101100011 | 1100000 | 11100 |
Color Harmonies of #8C030F
Complementary color
Monochromatic Colors of #8C030F
Black with #8C030F
Text Example
Text Example
White with #8C030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C030F; }
p { color: rgb(140,3,15); }
H1.HeaderClassName
{
color: #8C030F;
}
.AnyTagClassName
{
color: #8C030F;
}
</style>
background-color css
<style>
a { background-color: #8C030F; }
a { background-color: rgb(140,3,15); }
div.DivClassName
{
background-color: #8C030F;
}
.BgClassName
{
background-color: #8C030F;
}
</style>
border-color css
<style>
span { border-color: #8C030F; }
span { border-color: rgb(140,3,15); }
td.TdClassName
{
border-color: #8C030F;
}
.TagClassName
{
border-color: #8C030F;
}
</style>