Shades of Burgundy #70060F
Tints of Burgundy #70060F
RGB
CMYK
RGB Variations
Color information
#70060F (or 0x70060F) is known color: Burgundy. HEX triplet: 70, 06 and 0F. RGB value is (112,6,15). Sum of RGB (Red+Green+Blue) = 112+6+15=133 (17% of max value = 765). Red value is 112 (44.14% from 255 or 84.21% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 112 - color contains mainly: red. Hex color #70060F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70060F is #8FF9F0. Grayscale: #262626. Windows color (decimal): -9435633 or 984688. OLE color: 984688.
HSL color Cylindrical-coordinate representation of color #70060F: hue angle of 354.91º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70060F is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 6 | 15 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.56 |
| HSL | 354.91º | 0.9% | 0.23% | - |
| HSV(B) | 354.91º | 0.95% | 0.44% | - |
| XYZ | 6.83 | 3.61 | 0.79 | - |
| YUV | 38.72 | 114.62 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 15 | 0 | 0.95 | 0.87 | 0.56 | 354.91 | 0.9 | 0.23 |
| Hex | 70 | 6 | F | 0 | 5F | 57 | 38 | 163 | 5A | 17 |
| Octal | 160 | 6 | 17 | 0 | 137 | 127 | 70 | 543 | 132 | 27 |
| Binary | 1110000 | 110 | 1111 | 0 | 1011111 | 1010111 | 111000 | 101100011 | 1011010 | 10111 |
Color Harmonies of #70060F
Complementary color
Monochromatic Colors of #70060F
Black with #70060F
Text Example
Text Example
White with #70060F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70060F; }
p { color: rgb(112,6,15); }
H1.HeaderClassName
{
color: #70060F;
}
.AnyTagClassName
{
color: #70060F;
}
</style>
background-color css
<style>
a { background-color: #70060F; }
a { background-color: rgb(112,6,15); }
div.DivClassName
{
background-color: #70060F;
}
.BgClassName
{
background-color: #70060F;
}
</style>
border-color css
<style>
span { border-color: #70060F; }
span { border-color: rgb(112,6,15); }
td.TdClassName
{
border-color: #70060F;
}
.TagClassName
{
border-color: #70060F;
}
</style>