Shades of Sangria #910207
Tints of Sangria #910207
RGB
CMYK
RGB Variations
Color information
#910207 (or 0x910207) is known color: Sangria. HEX triplet: 91, 02 and 07. RGB value is (145,2,7). Sum of RGB (Red+Green+Blue) = 145+2+7=154 (20% of max value = 765). Red value is 145 (57.03% from 255 or 94.16% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 7 (3.12% from 255 or 4.55% from 154); Max value from RGB is 145 - color contains mainly: red. Hex color #910207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910207 is #6EFDF8. Grayscale: #2D2D2D. Windows color (decimal): -7273977 or 459409. OLE color: 459409.
HSL color Cylindrical-coordinate representation of color #910207: hue angle of 357.9º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910207 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 2 | 7 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.43 |
| HSL | 357.9º | 0.97% | 0.29% | - |
| HSV(B) | 357.9º | 0.99% | 0.57% | - |
| XYZ | 11.74 | 6.08 | 0.76 | - |
| YUV | 45.33 | 106.38 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 2 | 7 | 0 | 0.99 | 0.95 | 0.43 | 357.9 | 0.97 | 0.29 |
| Hex | 91 | 2 | 7 | 0 | 63 | 5F | 2B | 166 | 61 | 1D |
| Octal | 221 | 2 | 7 | 0 | 143 | 137 | 53 | 546 | 141 | 35 |
| Binary | 10010001 | 10 | 111 | 0 | 1100011 | 1011111 | 101011 | 101100110 | 1100001 | 11101 |
Color Harmonies of #910207
Complementary color
Monochromatic Colors of #910207
Black with #910207
Text Example
Text Example
White with #910207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910207; }
p { color: rgb(145,2,7); }
H1.HeaderClassName
{
color: #910207;
}
.AnyTagClassName
{
color: #910207;
}
</style>
background-color css
<style>
a { background-color: #910207; }
a { background-color: rgb(145,2,7); }
div.DivClassName
{
background-color: #910207;
}
.BgClassName
{
background-color: #910207;
}
</style>
border-color css
<style>
span { border-color: #910207; }
span { border-color: rgb(145,2,7); }
td.TdClassName
{
border-color: #910207;
}
.TagClassName
{
border-color: #910207;
}
</style>