Shades of Sangria #99070B
Tints of Sangria #99070B
RGB
CMYK
RGB Variations
Color information
#99070B (or 0x99070B) is known color: Sangria. HEX triplet: 99, 07 and 0B. RGB value is (153,7,11). Sum of RGB (Red+Green+Blue) = 153+7+11=171 (22% of max value = 765). Red value is 153 (60.16% from 255 or 89.47% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 153 - color contains mainly: red. Hex color #99070B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99070B is #66F8F4. Grayscale: #333333. Windows color (decimal): -6748405 or 722841. OLE color: 722841.
HSL color Cylindrical-coordinate representation of color #99070B: hue angle of 358.36º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #99070B is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 7 | 11 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.4 |
| HSL | 358.36º | 0.91% | 0.31% | - |
| HSV(B) | 358.36º | 0.95% | 0.6% | - |
| XYZ | 13.27 | 6.95 | 0.96 | - |
| YUV | 51.11 | 105.37 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 7 | 11 | 0 | 0.95 | 0.93 | 0.4 | 358.36 | 0.91 | 0.31 |
| Hex | 99 | 7 | B | 0 | 5F | 5D | 28 | 166 | 5B | 1F |
| Octal | 231 | 7 | 13 | 0 | 137 | 135 | 50 | 546 | 133 | 37 |
| Binary | 10011001 | 111 | 1011 | 0 | 1011111 | 1011101 | 101000 | 101100110 | 1011011 | 11111 |
Color Harmonies of #99070B
Complementary color
Monochromatic Colors of #99070B
Black with #99070B
Text Example
Text Example
White with #99070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99070B; }
p { color: rgb(153,7,11); }
H1.HeaderClassName
{
color: #99070B;
}
.AnyTagClassName
{
color: #99070B;
}
</style>
background-color css
<style>
a { background-color: #99070B; }
a { background-color: rgb(153,7,11); }
div.DivClassName
{
background-color: #99070B;
}
.BgClassName
{
background-color: #99070B;
}
</style>
border-color css
<style>
span { border-color: #99070B; }
span { border-color: rgb(153,7,11); }
td.TdClassName
{
border-color: #99070B;
}
.TagClassName
{
border-color: #99070B;
}
</style>