Shades of Burgundy #700312
Tints of Burgundy #700312
RGB
CMYK
RGB Variations
Color information
#700312 (or 0x700312) is known color: Burgundy. HEX triplet: 70, 03 and 12. RGB value is (112,3,18). Sum of RGB (Red+Green+Blue) = 112+3+18=133 (17% of max value = 765). Red value is 112 (44.14% from 255 or 84.21% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 112 - color contains mainly: red. Hex color #700312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700312 is #8FFCED. Grayscale: #252525. Windows color (decimal): -9436398 or 1180528. OLE color: 1180528.
HSL color Cylindrical-coordinate representation of color #700312: hue angle of 351.74º 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 #700312 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 3 | 18 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.56 |
| HSL | 351.74º | 0.95% | 0.23% | - |
| HSV(B) | 351.74º | 0.97% | 0.44% | - |
| XYZ | 6.82 | 3.55 | 0.9 | - |
| YUV | 37.3 | 117.11 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 18 | 0 | 0.97 | 0.84 | 0.56 | 351.74 | 0.95 | 0.23 |
| Hex | 70 | 3 | 12 | 0 | 61 | 54 | 38 | 160 | 5F | 17 |
| Octal | 160 | 3 | 22 | 0 | 141 | 124 | 70 | 540 | 137 | 27 |
| Binary | 1110000 | 11 | 10010 | 0 | 1100001 | 1010100 | 111000 | 101100000 | 1011111 | 10111 |
Color Harmonies of #700312
Complementary color
Monochromatic Colors of #700312
Black with #700312
Text Example
Text Example
White with #700312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700312; }
p { color: rgb(112,3,18); }
H1.HeaderClassName
{
color: #700312;
}
.AnyTagClassName
{
color: #700312;
}
</style>
background-color css
<style>
a { background-color: #700312; }
a { background-color: rgb(112,3,18); }
div.DivClassName
{
background-color: #700312;
}
.BgClassName
{
background-color: #700312;
}
</style>
border-color css
<style>
span { border-color: #700312; }
span { border-color: rgb(112,3,18); }
td.TdClassName
{
border-color: #700312;
}
.TagClassName
{
border-color: #700312;
}
</style>