Shades of Burgundy #790B1C
Tints of Burgundy #790B1C
RGB
CMYK
RGB Variations
Color information
#790B1C (or 0x790B1C) is known color: Burgundy. HEX triplet: 79, 0B and 1C. RGB value is (121,11,28). Sum of RGB (Red+Green+Blue) = 121+11+28=160 (21% of max value = 765). Red value is 121 (47.66% from 255 or 75.62% from 160); Green value is 11 (4.69% from 255 or 6.88% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 121 - color contains mainly: red. Hex color #790B1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790B1C is #86F4E3. Grayscale: #2D2D2D. Windows color (decimal): -8844516 or 1837945. OLE color: 1837945.
HSL color Cylindrical-coordinate representation of color #790B1C: hue angle of 350.73º 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 #790B1C is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 11 | 28 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.53 |
| HSL | 350.73º | 0.83% | 0.26% | - |
| HSV(B) | 350.73º | 0.91% | 0.47% | - |
| XYZ | 8.21 | 4.39 | 1.51 | - |
| YUV | 45.83 | 117.94 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 11 | 28 | 0 | 0.91 | 0.77 | 0.53 | 350.73 | 0.83 | 0.26 |
| Hex | 79 | B | 1C | 0 | 5B | 4D | 35 | 15F | 53 | 1A |
| Octal | 171 | 13 | 34 | 0 | 133 | 115 | 65 | 537 | 123 | 32 |
| Binary | 1111001 | 1011 | 11100 | 0 | 1011011 | 1001101 | 110101 | 101011111 | 1010011 | 11010 |
Color Harmonies of #790B1C
Complementary color
Monochromatic Colors of #790B1C
Black with #790B1C
Text Example
Text Example
White with #790B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790B1C; }
p { color: rgb(121,11,28); }
H1.HeaderClassName
{
color: #790B1C;
}
.AnyTagClassName
{
color: #790B1C;
}
</style>
background-color css
<style>
a { background-color: #790B1C; }
a { background-color: rgb(121,11,28); }
div.DivClassName
{
background-color: #790B1C;
}
.BgClassName
{
background-color: #790B1C;
}
</style>
border-color css
<style>
span { border-color: #790B1C; }
span { border-color: rgb(121,11,28); }
td.TdClassName
{
border-color: #790B1C;
}
.TagClassName
{
border-color: #790B1C;
}
</style>