Shades of Burgundy #7A000F
Tints of Burgundy #7A000F
RGB
CMYK
RGB Variations
Color information
#7A000F (or 0x7A000F) is known color: Burgundy. HEX triplet: 7A, 00 and 0F. RGB value is (122,0,15). Sum of RGB (Red+Green+Blue) = 122+0+15=137 (18% of max value = 765). Red value is 122 (48.05% from 255 or 89.05% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 122 - color contains mainly: red. Hex color #7A000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A000F is #85FFF0. Grayscale: #262626. Windows color (decimal): -8781809 or 983162. OLE color: 983162.
HSL color Cylindrical-coordinate representation of color #7A000F: hue angle of 352.62º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A000F is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.88 | 0.52 |
| HSL | 352.62º | 1% | 0.24% | - |
| HSV(B) | 352.62º | 1% | 0.48% | - |
| XYZ | 8.11 | 4.17 | 0.83 | - |
| YUV | 38.19 | 114.92 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 0 | 15 | 0 | 1 | 0.88 | 0.52 | 352.62 | 1 | 0.24 |
| Hex | 7A | 0 | F | 0 | 64 | 58 | 34 | 161 | 64 | 18 |
| Octal | 172 | 0 | 17 | 0 | 144 | 130 | 64 | 541 | 144 | 30 |
| Binary | 1111010 | 0 | 1111 | 0 | 1100100 | 1011000 | 110100 | 101100001 | 1100100 | 11000 |
Color Harmonies of #7A000F
Complementary color
Monochromatic Colors of #7A000F
Black with #7A000F
Text Example
Text Example
White with #7A000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A000F; }
p { color: rgb(122,0,15); }
H1.HeaderClassName
{
color: #7A000F;
}
.AnyTagClassName
{
color: #7A000F;
}
</style>
background-color css
<style>
a { background-color: #7A000F; }
a { background-color: rgb(122,0,15); }
div.DivClassName
{
background-color: #7A000F;
}
.BgClassName
{
background-color: #7A000F;
}
</style>
border-color css
<style>
span { border-color: #7A000F; }
span { border-color: rgb(122,0,15); }
td.TdClassName
{
border-color: #7A000F;
}
.TagClassName
{
border-color: #7A000F;
}
</style>