Shades of Sangria #780B0C
Tints of Sangria #780B0C
RGB
CMYK
RGB Variations
Color information
#780B0C (or 0x780B0C) is known color: Sangria. HEX triplet: 78, 0B and 0C. RGB value is (120,11,12). Sum of RGB (Red+Green+Blue) = 120+11+12=143 (18% of max value = 765). Red value is 120 (47.27% from 255 or 83.92% from 143); Green value is 11 (4.69% from 255 or 7.69% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 120 - color contains mainly: red. Hex color #780B0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780B0C is #87F4F3. Grayscale: #2B2B2B. Windows color (decimal): -8910068 or 789368. OLE color: 789368.
HSL color Cylindrical-coordinate representation of color #780B0C: hue angle of 359.45º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #780B0C is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 11 | 12 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.53 |
| HSL | 359.45º | 0.83% | 0.26% | - |
| HSV(B) | 359.45º | 0.91% | 0.47% | - |
| XYZ | 7.93 | 4.26 | 0.75 | - |
| YUV | 43.71 | 110.11 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 12 | 0 | 0.91 | 0.90 | 0.53 | 359.45 | 0.83 | 0.26 |
| Hex | 78 | B | C | 0 | 5B | 5A | 35 | 167 | 53 | 1A |
| Octal | 170 | 13 | 14 | 0 | 133 | 132 | 65 | 547 | 123 | 32 |
| Binary | 1111000 | 1011 | 1100 | 0 | 1011011 | 1011010 | 110101 | 101100111 | 1010011 | 11010 |
Color Harmonies of #780B0C
Complementary color
Monochromatic Colors of #780B0C
Black with #780B0C
Text Example
Text Example
White with #780B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780B0C; }
p { color: rgb(120,11,12); }
H1.HeaderClassName
{
color: #780B0C;
}
.AnyTagClassName
{
color: #780B0C;
}
</style>
background-color css
<style>
a { background-color: #780B0C; }
a { background-color: rgb(120,11,12); }
div.DivClassName
{
background-color: #780B0C;
}
.BgClassName
{
background-color: #780B0C;
}
</style>
border-color css
<style>
span { border-color: #780B0C; }
span { border-color: rgb(120,11,12); }
td.TdClassName
{
border-color: #780B0C;
}
.TagClassName
{
border-color: #780B0C;
}
</style>