Shades of Sangria #910005
Tints of Sangria #910005
RGB
CMYK
RGB Variations
Color information
#910005 (or 0x910005) is known color: Sangria. HEX triplet: 91, 00 and 05. RGB value is (145,0,5). Sum of RGB (Red+Green+Blue) = 145+0+5=150 (19% of max value = 765). Red value is 145 (57.03% from 255 or 96.67% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 145 - color contains mainly: red. Hex color #910005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910005 is #6EFFFA. Grayscale: #2C2C2C. Windows color (decimal): -7274491 or 327825. OLE color: 327825.
HSL color Cylindrical-coordinate representation of color #910005: hue angle of 357.93º 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 #910005 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.97 | 0.43 |
| HSL | 357.93º | 1% | 0.28% | - |
| HSV(B) | 357.93º | 1% | 0.57% | - |
| XYZ | 11.7 | 6.03 | 0.69 | - |
| YUV | 43.93 | 106.04 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 5 | 0 | 1 | 0.97 | 0.43 | 357.93 | 1 | 0.28 |
| Hex | 91 | 0 | 5 | 0 | 64 | 61 | 2B | 166 | 64 | 1C |
| Octal | 221 | 0 | 5 | 0 | 144 | 141 | 53 | 546 | 144 | 34 |
| Binary | 10010001 | 0 | 101 | 0 | 1100100 | 1100001 | 101011 | 101100110 | 1100100 | 11100 |
Color Harmonies of #910005
Complementary color
Monochromatic Colors of #910005
Black with #910005
Text Example
Text Example
White with #910005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910005; }
p { color: rgb(145,0,5); }
H1.HeaderClassName
{
color: #910005;
}
.AnyTagClassName
{
color: #910005;
}
</style>
background-color css
<style>
a { background-color: #910005; }
a { background-color: rgb(145,0,5); }
div.DivClassName
{
background-color: #910005;
}
.BgClassName
{
background-color: #910005;
}
</style>
border-color css
<style>
span { border-color: #910005; }
span { border-color: rgb(145,0,5); }
td.TdClassName
{
border-color: #910005;
}
.TagClassName
{
border-color: #910005;
}
</style>