Shades of Burgundy #700315
Tints of Burgundy #700315
RGB
CMYK
RGB Variations
Color information
#700315 (or 0x700315) is known color: Burgundy. HEX triplet: 70, 03 and 15. RGB value is (112,3,21). Sum of RGB (Red+Green+Blue) = 112+3+21=136 (18% of max value = 765). Red value is 112 (44.14% from 255 or 82.35% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 112 - color contains mainly: red. Hex color #700315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700315 is #8FFCEA. Grayscale: #252525. Windows color (decimal): -9436395 or 1377136. OLE color: 1377136.
HSL color Cylindrical-coordinate representation of color #700315: hue angle of 350.09º 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 #700315 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 3 | 21 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.56 |
| HSL | 350.09º | 0.95% | 0.23% | - |
| HSV(B) | 350.09º | 0.97% | 0.44% | - |
| XYZ | 6.85 | 3.56 | 1.04 | - |
| YUV | 37.64 | 118.61 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 21 | 0 | 0.97 | 0.81 | 0.56 | 350.09 | 0.95 | 0.23 |
| Hex | 70 | 3 | 15 | 0 | 61 | 51 | 38 | 15E | 5F | 17 |
| Octal | 160 | 3 | 25 | 0 | 141 | 121 | 70 | 536 | 137 | 27 |
| Binary | 1110000 | 11 | 10101 | 0 | 1100001 | 1010001 | 111000 | 101011110 | 1011111 | 10111 |
Color Harmonies of #700315
Complementary color
Monochromatic Colors of #700315
Black with #700315
Text Example
Text Example
White with #700315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700315; }
p { color: rgb(112,3,21); }
H1.HeaderClassName
{
color: #700315;
}
.AnyTagClassName
{
color: #700315;
}
</style>
background-color css
<style>
a { background-color: #700315; }
a { background-color: rgb(112,3,21); }
div.DivClassName
{
background-color: #700315;
}
.BgClassName
{
background-color: #700315;
}
</style>
border-color css
<style>
span { border-color: #700315; }
span { border-color: rgb(112,3,21); }
td.TdClassName
{
border-color: #700315;
}
.TagClassName
{
border-color: #700315;
}
</style>