Shades of Burgundy #70030C
Tints of Burgundy #70030C
RGB
CMYK
RGB Variations
Color information
#70030C (or 0x70030C) is known color: Burgundy. HEX triplet: 70, 03 and 0C. RGB value is (112,3,12). Sum of RGB (Red+Green+Blue) = 112+3+12=127 (16% of max value = 765). Red value is 112 (44.14% from 255 or 88.19% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 112 - color contains mainly: red. Hex color #70030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70030C is #8FFCF3. Grayscale: #242424. Windows color (decimal): -9436404 or 787312. OLE color: 787312.
HSL color Cylindrical-coordinate representation of color #70030C: hue angle of 355.05º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70030C is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 3 | 12 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.56 |
| HSL | 355.05º | 0.95% | 0.23% | - |
| HSV(B) | 355.05º | 0.97% | 0.44% | - |
| XYZ | 6.78 | 3.54 | 0.67 | - |
| YUV | 36.62 | 114.11 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 12 | 0 | 0.97 | 0.89 | 0.56 | 355.05 | 0.95 | 0.23 |
| Hex | 70 | 3 | C | 0 | 61 | 59 | 38 | 163 | 5F | 17 |
| Octal | 160 | 3 | 14 | 0 | 141 | 131 | 70 | 543 | 137 | 27 |
| Binary | 1110000 | 11 | 1100 | 0 | 1100001 | 1011001 | 111000 | 101100011 | 1011111 | 10111 |
Color Harmonies of #70030C
Complementary color
Monochromatic Colors of #70030C
Black with #70030C
Text Example
Text Example
White with #70030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70030C; }
p { color: rgb(112,3,12); }
H1.HeaderClassName
{
color: #70030C;
}
.AnyTagClassName
{
color: #70030C;
}
</style>
background-color css
<style>
a { background-color: #70030C; }
a { background-color: rgb(112,3,12); }
div.DivClassName
{
background-color: #70030C;
}
.BgClassName
{
background-color: #70030C;
}
</style>
border-color css
<style>
span { border-color: #70030C; }
span { border-color: rgb(112,3,12); }
td.TdClassName
{
border-color: #70030C;
}
.TagClassName
{
border-color: #70030C;
}
</style>