Shades of Sangria #910C14
Tints of Sangria #910C14
RGB
CMYK
RGB Variations
Color information
#910C14 (or 0x910C14) is known color: Sangria. HEX triplet: 91, 0C and 14. RGB value is (145,12,20). Sum of RGB (Red+Green+Blue) = 145+12+20=177 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.92% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 145 - color contains mainly: red. Hex color #910C14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910C14 is #6EF3EB. Grayscale: #343434. Windows color (decimal): -7271404 or 1313937. OLE color: 1313937.
HSL color Cylindrical-coordinate representation of color #910C14: hue angle of 356.39º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910C14 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 12 | 20 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.43 |
| HSL | 356.39º | 0.85% | 0.31% | - |
| HSV(B) | 356.39º | 0.92% | 0.57% | - |
| XYZ | 11.93 | 6.33 | 1.26 | - |
| YUV | 52.68 | 109.56 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 12 | 20 | 0 | 0.92 | 0.86 | 0.43 | 356.39 | 0.85 | 0.31 |
| Hex | 91 | C | 14 | 0 | 5C | 56 | 2B | 164 | 55 | 1F |
| Octal | 221 | 14 | 24 | 0 | 134 | 126 | 53 | 544 | 125 | 37 |
| Binary | 10010001 | 1100 | 10100 | 0 | 1011100 | 1010110 | 101011 | 101100100 | 1010101 | 11111 |
Color Harmonies of #910C14
Complementary color
Monochromatic Colors of #910C14
Black with #910C14
Text Example
Text Example
White with #910C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910C14; }
p { color: rgb(145,12,20); }
H1.HeaderClassName
{
color: #910C14;
}
.AnyTagClassName
{
color: #910C14;
}
</style>
background-color css
<style>
a { background-color: #910C14; }
a { background-color: rgb(145,12,20); }
div.DivClassName
{
background-color: #910C14;
}
.BgClassName
{
background-color: #910C14;
}
</style>
border-color css
<style>
span { border-color: #910C14; }
span { border-color: rgb(145,12,20); }
td.TdClassName
{
border-color: #910C14;
}
.TagClassName
{
border-color: #910C14;
}
</style>