Shades of Sangria #9A030F
Tints of Sangria #9A030F
RGB
CMYK
RGB Variations
Color information
#9A030F (or 0x9A030F) is known color: Sangria. HEX triplet: 9A, 03 and 0F. RGB value is (154,3,15). Sum of RGB (Red+Green+Blue) = 154+3+15=172 (22% of max value = 765). Red value is 154 (60.55% from 255 or 89.53% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 154 - color contains mainly: red. Hex color #9A030F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A030F is #65FCF0. Grayscale: #313131. Windows color (decimal): -6683889 or 983962. OLE color: 983962.
HSL color Cylindrical-coordinate representation of color #9A030F: hue angle of 355.23º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A030F is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 3 | 15 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.40 |
| HSL | 355.23º | 0.96% | 0.31% | - |
| HSV(B) | 355.23º | 0.98% | 0.6% | - |
| XYZ | 13.45 | 6.97 | 1.09 | - |
| YUV | 49.52 | 108.53 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 3 | 15 | 0 | 0.98 | 0.90 | 0.40 | 355.23 | 0.96 | 0.31 |
| Hex | 9A | 3 | F | 0 | 62 | 5A | 28 | 163 | 60 | 1F |
| Octal | 232 | 3 | 17 | 0 | 142 | 132 | 50 | 543 | 140 | 37 |
| Binary | 10011010 | 11 | 1111 | 0 | 1100010 | 1011010 | 101000 | 101100011 | 1100000 | 11111 |
Color Harmonies of #9A030F
Complementary color
Monochromatic Colors of #9A030F
Black with #9A030F
Text Example
Text Example
White with #9A030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A030F; }
p { color: rgb(154,3,15); }
H1.HeaderClassName
{
color: #9A030F;
}
.AnyTagClassName
{
color: #9A030F;
}
</style>
background-color css
<style>
a { background-color: #9A030F; }
a { background-color: rgb(154,3,15); }
div.DivClassName
{
background-color: #9A030F;
}
.BgClassName
{
background-color: #9A030F;
}
</style>
border-color css
<style>
span { border-color: #9A030F; }
span { border-color: rgb(154,3,15); }
td.TdClassName
{
border-color: #9A030F;
}
.TagClassName
{
border-color: #9A030F;
}
</style>