Shades of Sangria #910102
Tints of Sangria #910102
RGB
CMYK
RGB Variations
Color information
#910102 (or 0x910102) is known color: Sangria. HEX triplet: 91, 01 and 02. RGB value is (145,1,2). Sum of RGB (Red+Green+Blue) = 145+1+2=148 (19% of max value = 765). Red value is 145 (57.03% from 255 or 97.97% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 145 - color contains mainly: red. Hex color #910102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910102 is #6EFEFD. Grayscale: #2C2C2C. Windows color (decimal): -7274238 or 131473. OLE color: 131473.
HSL color Cylindrical-coordinate representation of color #910102: hue angle of 359.58º 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 #910102 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 2 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.43 |
| HSL | 359.58º | 0.99% | 0.29% | - |
| HSV(B) | 359.58º | 0.99% | 0.57% | - |
| XYZ | 11.7 | 6.05 | 0.61 | - |
| YUV | 44.17 | 104.21 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 2 | 0 | 0.99 | 0.99 | 0.43 | 359.58 | 0.99 | 0.29 |
| Hex | 91 | 1 | 2 | 0 | 63 | 63 | 2B | 168 | 63 | 1D |
| Octal | 221 | 1 | 2 | 0 | 143 | 143 | 53 | 550 | 143 | 35 |
| Binary | 10010001 | 1 | 10 | 0 | 1100011 | 1100011 | 101011 | 101101000 | 1100011 | 11101 |
Color Harmonies of #910102
Complementary color
Monochromatic Colors of #910102
Black with #910102
Text Example
Text Example
White with #910102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910102; }
p { color: rgb(145,1,2); }
H1.HeaderClassName
{
color: #910102;
}
.AnyTagClassName
{
color: #910102;
}
</style>
background-color css
<style>
a { background-color: #910102; }
a { background-color: rgb(145,1,2); }
div.DivClassName
{
background-color: #910102;
}
.BgClassName
{
background-color: #910102;
}
</style>
border-color css
<style>
span { border-color: #910102; }
span { border-color: rgb(145,1,2); }
td.TdClassName
{
border-color: #910102;
}
.TagClassName
{
border-color: #910102;
}
</style>