Shades of Sangria #910007
Tints of Sangria #910007
RGB
CMYK
RGB Variations
Color information
#910007 (or 0x910007) is known color: Sangria. HEX triplet: 91, 00 and 07. RGB value is (145,0,7). Sum of RGB (Red+Green+Blue) = 145+0+7=152 (20% of max value = 765). Red value is 145 (57.03% from 255 or 95.39% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 7 (3.12% from 255 or 4.61% from 152); Max value from RGB is 145 - color contains mainly: red. Hex color #910007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910007 is #6EFFF8. Grayscale: #2C2C2C. Windows color (decimal): -7274489 or 458897. OLE color: 458897.
HSL color Cylindrical-coordinate representation of color #910007: hue angle of 357.1º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #910007 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.95 | 0.43 |
| HSL | 357.1º | 1% | 0.28% | - |
| HSV(B) | 357.1º | 1% | 0.57% | - |
| XYZ | 11.72 | 6.04 | 0.75 | - |
| YUV | 44.15 | 107.04 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 7 | 0 | 1 | 0.95 | 0.43 | 357.1 | 1 | 0.28 |
| Hex | 91 | 0 | 7 | 0 | 64 | 5F | 2B | 165 | 64 | 1C |
| Octal | 221 | 0 | 7 | 0 | 144 | 137 | 53 | 545 | 144 | 34 |
| Binary | 10010001 | 0 | 111 | 0 | 1100100 | 1011111 | 101011 | 101100101 | 1100100 | 11100 |
Color Harmonies of #910007
Complementary color
Monochromatic Colors of #910007
Black with #910007
Text Example
Text Example
White with #910007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910007; }
p { color: rgb(145,0,7); }
H1.HeaderClassName
{
color: #910007;
}
.AnyTagClassName
{
color: #910007;
}
</style>
background-color css
<style>
a { background-color: #910007; }
a { background-color: rgb(145,0,7); }
div.DivClassName
{
background-color: #910007;
}
.BgClassName
{
background-color: #910007;
}
</style>
border-color css
<style>
span { border-color: #910007; }
span { border-color: rgb(145,0,7); }
td.TdClassName
{
border-color: #910007;
}
.TagClassName
{
border-color: #910007;
}
</style>