Shades of Sangria #770209
Tints of Sangria #770209
RGB
CMYK
RGB Variations
Color information
#770209 (or 0x770209) is known color: Sangria. HEX triplet: 77, 02 and 09. RGB value is (119,2,9). Sum of RGB (Red+Green+Blue) = 119+2+9=130 (17% of max value = 765). Red value is 119 (46.88% from 255 or 91.54% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 119 - color contains mainly: red. Hex color #770209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770209 is #88FDF6. Grayscale: #252525. Windows color (decimal): -8977911 or 590455. OLE color: 590455.
HSL color Cylindrical-coordinate representation of color #770209: hue angle of 356.41º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #770209 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 2 | 9 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.53 |
| HSL | 356.41º | 0.97% | 0.24% | - |
| HSV(B) | 356.41º | 0.98% | 0.47% | - |
| XYZ | 7.68 | 3.99 | 0.62 | - |
| YUV | 37.78 | 111.76 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 2 | 9 | 0 | 0.98 | 0.92 | 0.53 | 356.41 | 0.97 | 0.24 |
| Hex | 77 | 2 | 9 | 0 | 62 | 5C | 35 | 164 | 61 | 18 |
| Octal | 167 | 2 | 11 | 0 | 142 | 134 | 65 | 544 | 141 | 30 |
| Binary | 1110111 | 10 | 1001 | 0 | 1100010 | 1011100 | 110101 | 101100100 | 1100001 | 11000 |
Color Harmonies of #770209
Complementary color
Monochromatic Colors of #770209
Black with #770209
Text Example
Text Example
White with #770209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770209; }
p { color: rgb(119,2,9); }
H1.HeaderClassName
{
color: #770209;
}
.AnyTagClassName
{
color: #770209;
}
</style>
background-color css
<style>
a { background-color: #770209; }
a { background-color: rgb(119,2,9); }
div.DivClassName
{
background-color: #770209;
}
.BgClassName
{
background-color: #770209;
}
</style>
border-color css
<style>
span { border-color: #770209; }
span { border-color: rgb(119,2,9); }
td.TdClassName
{
border-color: #770209;
}
.TagClassName
{
border-color: #770209;
}
</style>