Shades of Sangria #9E0208
Tints of Sangria #9E0208
RGB
CMYK
RGB Variations
Color information
#9E0208 (or 0x9E0208) is known color: Sangria. HEX triplet: 9E, 02 and 08. RGB value is (158,2,8). Sum of RGB (Red+Green+Blue) = 158+2+8=168 (22% of max value = 765). Red value is 158 (62.11% from 255 or 94.05% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0208 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0208 is #61FDF7. Grayscale: #313131. Windows color (decimal): -6422008 or 524958. OLE color: 524958.
HSL color Cylindrical-coordinate representation of color #9E0208: hue angle of 357.69º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E0208 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 2 | 8 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.38 |
| HSL | 357.69º | 0.98% | 0.31% | - |
| HSV(B) | 357.69º | 0.99% | 0.62% | - |
| XYZ | 14.17 | 7.33 | 0.9 | - |
| YUV | 49.33 | 104.68 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 2 | 8 | 0 | 0.99 | 0.95 | 0.38 | 357.69 | 0.98 | 0.31 |
| Hex | 9E | 2 | 8 | 0 | 63 | 5F | 26 | 166 | 62 | 1F |
| Octal | 236 | 2 | 10 | 0 | 143 | 137 | 46 | 546 | 142 | 37 |
| Binary | 10011110 | 10 | 1000 | 0 | 1100011 | 1011111 | 100110 | 101100110 | 1100010 | 11111 |
Color Harmonies of #9E0208
Complementary color
Monochromatic Colors of #9E0208
Black with #9E0208
Text Example
Text Example
White with #9E0208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0208; }
p { color: rgb(158,2,8); }
H1.HeaderClassName
{
color: #9E0208;
}
.AnyTagClassName
{
color: #9E0208;
}
</style>
background-color css
<style>
a { background-color: #9E0208; }
a { background-color: rgb(158,2,8); }
div.DivClassName
{
background-color: #9E0208;
}
.BgClassName
{
background-color: #9E0208;
}
</style>
border-color css
<style>
span { border-color: #9E0208; }
span { border-color: rgb(158,2,8); }
td.TdClassName
{
border-color: #9E0208;
}
.TagClassName
{
border-color: #9E0208;
}
</style>