Shades of Sangria #9E030C
Tints of Sangria #9E030C
RGB
CMYK
RGB Variations
Color information
#9E030C (or 0x9E030C) is known color: Sangria. HEX triplet: 9E, 03 and 0C. RGB value is (158,3,12). Sum of RGB (Red+Green+Blue) = 158+3+12=173 (22% of max value = 765). Red value is 158 (62.11% from 255 or 91.33% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 158 - color contains mainly: red. Hex color #9E030C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E030C is #61FCF3. Grayscale: #323232. Windows color (decimal): -6421748 or 787358. OLE color: 787358.
HSL color Cylindrical-coordinate representation of color #9E030C: hue angle of 356.52º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E030C is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 3 | 12 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.38 |
| HSL | 356.52º | 0.96% | 0.32% | - |
| HSV(B) | 356.52º | 0.98% | 0.62% | - |
| XYZ | 14.2 | 7.36 | 1.02 | - |
| YUV | 50.37 | 106.35 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 3 | 12 | 0 | 0.98 | 0.92 | 0.38 | 356.52 | 0.96 | 0.32 |
| Hex | 9E | 3 | C | 0 | 62 | 5C | 26 | 165 | 60 | 20 |
| Octal | 236 | 3 | 14 | 0 | 142 | 134 | 46 | 545 | 140 | 40 |
| Binary | 10011110 | 11 | 1100 | 0 | 1100010 | 1011100 | 100110 | 101100101 | 1100000 | 100000 |
Color Harmonies of #9E030C
Complementary color
Monochromatic Colors of #9E030C
Black with #9E030C
Text Example
Text Example
White with #9E030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E030C; }
p { color: rgb(158,3,12); }
H1.HeaderClassName
{
color: #9E030C;
}
.AnyTagClassName
{
color: #9E030C;
}
</style>
background-color css
<style>
a { background-color: #9E030C; }
a { background-color: rgb(158,3,12); }
div.DivClassName
{
background-color: #9E030C;
}
.BgClassName
{
background-color: #9E030C;
}
</style>
border-color css
<style>
span { border-color: #9E030C; }
span { border-color: rgb(158,3,12); }
td.TdClassName
{
border-color: #9E030C;
}
.TagClassName
{
border-color: #9E030C;
}
</style>