Shades of Sangria #910608
Tints of Sangria #910608
RGB
CMYK
RGB Variations
Color information
#910608 (or 0x910608) is known color: Sangria. HEX triplet: 91, 06 and 08. RGB value is (145,6,8). Sum of RGB (Red+Green+Blue) = 145+6+8=159 (21% of max value = 765). Red value is 145 (57.03% from 255 or 91.19% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 145 - color contains mainly: red. Hex color #910608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910608 is #6EF9F7. Grayscale: #2F2F2F. Windows color (decimal): -7272952 or 525969. OLE color: 525969.
HSL color Cylindrical-coordinate representation of color #910608: hue angle of 359.14º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #910608 is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 6 | 8 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.43 |
| HSL | 359.14º | 0.92% | 0.3% | - |
| HSV(B) | 359.14º | 0.96% | 0.57% | - |
| XYZ | 11.79 | 6.17 | 0.8 | - |
| YUV | 47.79 | 105.55 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 6 | 8 | 0 | 0.96 | 0.94 | 0.43 | 359.14 | 0.92 | 0.3 |
| Hex | 91 | 6 | 8 | 0 | 60 | 5E | 2B | 167 | 5C | 1E |
| Octal | 221 | 6 | 10 | 0 | 140 | 136 | 53 | 547 | 134 | 36 |
| Binary | 10010001 | 110 | 1000 | 0 | 1100000 | 1011110 | 101011 | 101100111 | 1011100 | 11110 |
Color Harmonies of #910608
Complementary color
Monochromatic Colors of #910608
Black with #910608
Text Example
Text Example
White with #910608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910608; }
p { color: rgb(145,6,8); }
H1.HeaderClassName
{
color: #910608;
}
.AnyTagClassName
{
color: #910608;
}
</style>
background-color css
<style>
a { background-color: #910608; }
a { background-color: rgb(145,6,8); }
div.DivClassName
{
background-color: #910608;
}
.BgClassName
{
background-color: #910608;
}
</style>
border-color css
<style>
span { border-color: #910608; }
span { border-color: rgb(145,6,8); }
td.TdClassName
{
border-color: #910608;
}
.TagClassName
{
border-color: #910608;
}
</style>