Shades of Sangria #99060C
Tints of Sangria #99060C
RGB
CMYK
RGB Variations
Color information
#99060C (or 0x99060C) is known color: Sangria. HEX triplet: 99, 06 and 0C. RGB value is (153,6,12). Sum of RGB (Red+Green+Blue) = 153+6+12=171 (22% of max value = 765). Red value is 153 (60.16% from 255 or 89.47% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 153 - color contains mainly: red. Hex color #99060C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99060C is #66F9F3. Grayscale: #323232. Windows color (decimal): -6748660 or 788121. OLE color: 788121.
HSL color Cylindrical-coordinate representation of color #99060C: hue angle of 357.55º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #99060C is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 6 | 12 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.4 |
| HSL | 357.55º | 0.92% | 0.31% | - |
| HSV(B) | 357.55º | 0.96% | 0.6% | - |
| XYZ | 13.27 | 6.93 | 0.99 | - |
| YUV | 50.64 | 106.2 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 6 | 12 | 0 | 0.96 | 0.92 | 0.4 | 357.55 | 0.92 | 0.31 |
| Hex | 99 | 6 | C | 0 | 60 | 5C | 28 | 166 | 5C | 1F |
| Octal | 231 | 6 | 14 | 0 | 140 | 134 | 50 | 546 | 134 | 37 |
| Binary | 10011001 | 110 | 1100 | 0 | 1100000 | 1011100 | 101000 | 101100110 | 1011100 | 11111 |
Color Harmonies of #99060C
Complementary color
Monochromatic Colors of #99060C
Black with #99060C
Text Example
Text Example
White with #99060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99060C; }
p { color: rgb(153,6,12); }
H1.HeaderClassName
{
color: #99060C;
}
.AnyTagClassName
{
color: #99060C;
}
</style>
background-color css
<style>
a { background-color: #99060C; }
a { background-color: rgb(153,6,12); }
div.DivClassName
{
background-color: #99060C;
}
.BgClassName
{
background-color: #99060C;
}
</style>
border-color css
<style>
span { border-color: #99060C; }
span { border-color: rgb(153,6,12); }
td.TdClassName
{
border-color: #99060C;
}
.TagClassName
{
border-color: #99060C;
}
</style>