Shades of Sangria #99080C
Tints of Sangria #99080C
RGB
CMYK
RGB Variations
Color information
#99080C (or 0x99080C) is known color: Sangria. HEX triplet: 99, 08 and 0C. RGB value is (153,8,12). Sum of RGB (Red+Green+Blue) = 153+8+12=173 (22% of max value = 765). Red value is 153 (60.16% from 255 or 88.44% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 153 - color contains mainly: red. Hex color #99080C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99080C is #66F7F3. Grayscale: #333333. Windows color (decimal): -6748148 or 788633. OLE color: 788633.
HSL color Cylindrical-coordinate representation of color #99080C: hue angle of 358.34º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #99080C is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 8 | 12 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.4 |
| HSL | 358.34º | 0.9% | 0.32% | - |
| HSV(B) | 358.34º | 0.95% | 0.6% | - |
| XYZ | 13.29 | 6.97 | 0.99 | - |
| YUV | 51.81 | 105.54 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 12 | 0 | 0.95 | 0.92 | 0.4 | 358.34 | 0.9 | 0.32 |
| Hex | 99 | 8 | C | 0 | 5F | 5C | 28 | 166 | 5A | 20 |
| Octal | 231 | 10 | 14 | 0 | 137 | 134 | 50 | 546 | 132 | 40 |
| Binary | 10011001 | 1000 | 1100 | 0 | 1011111 | 1011100 | 101000 | 101100110 | 1011010 | 100000 |
Color Harmonies of #99080C
Complementary color
Monochromatic Colors of #99080C
Black with #99080C
Text Example
Text Example
White with #99080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99080C; }
p { color: rgb(153,8,12); }
H1.HeaderClassName
{
color: #99080C;
}
.AnyTagClassName
{
color: #99080C;
}
</style>
background-color css
<style>
a { background-color: #99080C; }
a { background-color: rgb(153,8,12); }
div.DivClassName
{
background-color: #99080C;
}
.BgClassName
{
background-color: #99080C;
}
</style>
border-color css
<style>
span { border-color: #99080C; }
span { border-color: rgb(153,8,12); }
td.TdClassName
{
border-color: #99080C;
}
.TagClassName
{
border-color: #99080C;
}
</style>