Shades of Sangria #99080F
Tints of Sangria #99080F
RGB
CMYK
RGB Variations
Color information
#99080F (or 0x99080F) is known color: Sangria. HEX triplet: 99, 08 and 0F. RGB value is (153,8,15). Sum of RGB (Red+Green+Blue) = 153+8+15=176 (23% of max value = 765). Red value is 153 (60.16% from 255 or 86.93% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 153 - color contains mainly: red. Hex color #99080F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99080F is #66F7F0. Grayscale: #343434. Windows color (decimal): -6748145 or 985241. OLE color: 985241.
HSL color Cylindrical-coordinate representation of color #99080F: hue angle of 357.1º 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 #99080F is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 8 | 15 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.4 |
| HSL | 357.1º | 0.9% | 0.32% | - |
| HSV(B) | 357.1º | 0.95% | 0.6% | - |
| XYZ | 13.31 | 6.98 | 1.1 | - |
| YUV | 52.15 | 107.04 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 15 | 0 | 0.95 | 0.90 | 0.4 | 357.1 | 0.9 | 0.32 |
| Hex | 99 | 8 | F | 0 | 5F | 5A | 28 | 165 | 5A | 20 |
| Octal | 231 | 10 | 17 | 0 | 137 | 132 | 50 | 545 | 132 | 40 |
| Binary | 10011001 | 1000 | 1111 | 0 | 1011111 | 1011010 | 101000 | 101100101 | 1011010 | 100000 |
Color Harmonies of #99080F
Complementary color
Monochromatic Colors of #99080F
Black with #99080F
Text Example
Text Example
White with #99080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99080F; }
p { color: rgb(153,8,15); }
H1.HeaderClassName
{
color: #99080F;
}
.AnyTagClassName
{
color: #99080F;
}
</style>
background-color css
<style>
a { background-color: #99080F; }
a { background-color: rgb(153,8,15); }
div.DivClassName
{
background-color: #99080F;
}
.BgClassName
{
background-color: #99080F;
}
</style>
border-color css
<style>
span { border-color: #99080F; }
span { border-color: rgb(153,8,15); }
td.TdClassName
{
border-color: #99080F;
}
.TagClassName
{
border-color: #99080F;
}
</style>