Shades of Sangria #910105
Tints of Sangria #910105
RGB
CMYK
RGB Variations
Color information
#910105 (or 0x910105) is known color: Sangria. HEX triplet: 91, 01 and 05. RGB value is (145,1,5). Sum of RGB (Red+Green+Blue) = 145+1+5=151 (20% of max value = 765). Red value is 145 (57.03% from 255 or 96.03% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 145 - color contains mainly: red. Hex color #910105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910105 is #6EFEFA. Grayscale: #2C2C2C. Windows color (decimal): -7274235 or 328081. OLE color: 328081.
HSL color Cylindrical-coordinate representation of color #910105: hue angle of 358.33º degrees, saturation: 0.99, 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 #910105 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 5 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.43 |
| HSL | 358.33º | 0.99% | 0.29% | - |
| HSV(B) | 358.33º | 0.99% | 0.57% | - |
| XYZ | 11.72 | 6.05 | 0.69 | - |
| YUV | 44.51 | 105.71 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 5 | 0 | 0.99 | 0.97 | 0.43 | 358.33 | 0.99 | 0.29 |
| Hex | 91 | 1 | 5 | 0 | 63 | 61 | 2B | 166 | 63 | 1D |
| Octal | 221 | 1 | 5 | 0 | 143 | 141 | 53 | 546 | 143 | 35 |
| Binary | 10010001 | 1 | 101 | 0 | 1100011 | 1100001 | 101011 | 101100110 | 1100011 | 11101 |
Color Harmonies of #910105
Complementary color
Monochromatic Colors of #910105
Black with #910105
Text Example
Text Example
White with #910105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910105; }
p { color: rgb(145,1,5); }
H1.HeaderClassName
{
color: #910105;
}
.AnyTagClassName
{
color: #910105;
}
</style>
background-color css
<style>
a { background-color: #910105; }
a { background-color: rgb(145,1,5); }
div.DivClassName
{
background-color: #910105;
}
.BgClassName
{
background-color: #910105;
}
</style>
border-color css
<style>
span { border-color: #910105; }
span { border-color: rgb(145,1,5); }
td.TdClassName
{
border-color: #910105;
}
.TagClassName
{
border-color: #910105;
}
</style>