Shades of Sangria #9A0007
Tints of Sangria #9A0007
RGB
CMYK
RGB Variations
Color information
#9A0007 (or 0x9A0007) is known color: Sangria. HEX triplet: 9A, 00 and 07. RGB value is (154,0,7). Sum of RGB (Red+Green+Blue) = 154+0+7=161 (21% of max value = 765). Red value is 154 (60.55% from 255 or 95.65% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0007 is #65FFF8. Grayscale: #2E2E2E. Windows color (decimal): -6684665 or 458906. OLE color: 458906.
HSL color Cylindrical-coordinate representation of color #9A0007: hue angle of 357.27º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A0007 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.95 | 0.40 |
| HSL | 357.27º | 1% | 0.3% | - |
| HSV(B) | 357.27º | 1% | 0.6% | - |
| XYZ | 13.36 | 6.89 | 0.83 | - |
| YUV | 46.84 | 105.52 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 7 | 0 | 1 | 0.95 | 0.40 | 357.27 | 1 | 0.3 |
| Hex | 9A | 0 | 7 | 0 | 64 | 5F | 28 | 165 | 64 | 1E |
| Octal | 232 | 0 | 7 | 0 | 144 | 137 | 50 | 545 | 144 | 36 |
| Binary | 10011010 | 0 | 111 | 0 | 1100100 | 1011111 | 101000 | 101100101 | 1100100 | 11110 |
Color Harmonies of #9A0007
Complementary color
Monochromatic Colors of #9A0007
Black with #9A0007
Text Example
Text Example
White with #9A0007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0007; }
p { color: rgb(154,0,7); }
H1.HeaderClassName
{
color: #9A0007;
}
.AnyTagClassName
{
color: #9A0007;
}
</style>
background-color css
<style>
a { background-color: #9A0007; }
a { background-color: rgb(154,0,7); }
div.DivClassName
{
background-color: #9A0007;
}
.BgClassName
{
background-color: #9A0007;
}
</style>
border-color css
<style>
span { border-color: #9A0007; }
span { border-color: rgb(154,0,7); }
td.TdClassName
{
border-color: #9A0007;
}
.TagClassName
{
border-color: #9A0007;
}
</style>