Shades of Burgundy #700418
Tints of Burgundy #700418
RGB
CMYK
RGB Variations
Color information
#700418 (or 0x700418) is known color: Burgundy. HEX triplet: 70, 04 and 18. RGB value is (112,4,24). Sum of RGB (Red+Green+Blue) = 112+4+24=140 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 24 (9.77% from 255 or 17.14% from 140); Max value from RGB is 112 - color contains mainly: red. Hex color #700418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700418 is #8FFBE7. Grayscale: #262626. Windows color (decimal): -9436136 or 1574000. OLE color: 1574000.
HSL color Cylindrical-coordinate representation of color #700418: hue angle of 348.89º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700418 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 24 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.56 |
| HSL | 348.89º | 0.93% | 0.23% | - |
| HSV(B) | 348.89º | 0.96% | 0.44% | - |
| XYZ | 6.89 | 3.6 | 1.2 | - |
| YUV | 38.57 | 119.78 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 24 | 0 | 0.96 | 0.79 | 0.56 | 348.89 | 0.93 | 0.23 |
| Hex | 70 | 4 | 18 | 0 | 60 | 4F | 38 | 15D | 5D | 17 |
| Octal | 160 | 4 | 30 | 0 | 140 | 117 | 70 | 535 | 135 | 27 |
| Binary | 1110000 | 100 | 11000 | 0 | 1100000 | 1001111 | 111000 | 101011101 | 1011101 | 10111 |
Color Harmonies of #700418
Complementary color
Monochromatic Colors of #700418
Black with #700418
Text Example
Text Example
White with #700418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700418; }
p { color: rgb(112,4,24); }
H1.HeaderClassName
{
color: #700418;
}
.AnyTagClassName
{
color: #700418;
}
</style>
background-color css
<style>
a { background-color: #700418; }
a { background-color: rgb(112,4,24); }
div.DivClassName
{
background-color: #700418;
}
.BgClassName
{
background-color: #700418;
}
</style>
border-color css
<style>
span { border-color: #700418; }
span { border-color: rgb(112,4,24); }
td.TdClassName
{
border-color: #700418;
}
.TagClassName
{
border-color: #700418;
}
</style>