Shades of Burgundy #790F27
Tints of Burgundy #790F27
RGB
CMYK
RGB Variations
Color information
#790F27 (or 0x790F27) is known color: Burgundy. HEX triplet: 79, 0F and 27. RGB value is (121,15,39). Sum of RGB (Red+Green+Blue) = 121+15+39=175 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.14% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 121 - color contains mainly: red. Hex color #790F27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790F27 is #86F0D8. Grayscale: #313131. Windows color (decimal): -8843481 or 2559865. OLE color: 2559865.
HSL color Cylindrical-coordinate representation of color #790F27: hue angle of 346.42º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #790F27 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 15 | 39 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.53 |
| HSL | 346.42º | 0.78% | 0.27% | - |
| HSV(B) | 346.42º | 0.88% | 0.47% | - |
| XYZ | 8.42 | 4.55 | 2.35 | - |
| YUV | 49.43 | 122.12 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 15 | 39 | 0 | 0.88 | 0.68 | 0.53 | 346.42 | 0.78 | 0.27 |
| Hex | 79 | F | 27 | 0 | 58 | 44 | 35 | 15A | 4E | 1B |
| Octal | 171 | 17 | 47 | 0 | 130 | 104 | 65 | 532 | 116 | 33 |
| Binary | 1111001 | 1111 | 100111 | 0 | 1011000 | 1000100 | 110101 | 101011010 | 1001110 | 11011 |
Color Harmonies of #790F27
Complementary color
Monochromatic Colors of #790F27
Black with #790F27
Text Example
Text Example
White with #790F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790F27; }
p { color: rgb(121,15,39); }
H1.HeaderClassName
{
color: #790F27;
}
.AnyTagClassName
{
color: #790F27;
}
</style>
background-color css
<style>
a { background-color: #790F27; }
a { background-color: rgb(121,15,39); }
div.DivClassName
{
background-color: #790F27;
}
.BgClassName
{
background-color: #790F27;
}
</style>
border-color css
<style>
span { border-color: #790F27; }
span { border-color: rgb(121,15,39); }
td.TdClassName
{
border-color: #790F27;
}
.TagClassName
{
border-color: #790F27;
}
</style>