Shades of Burgundy #700618
Tints of Burgundy #700618
RGB
CMYK
RGB Variations
Color information
#700618 (or 0x700618) is known color: Burgundy. HEX triplet: 70, 06 and 18. RGB value is (112,6,24). Sum of RGB (Red+Green+Blue) = 112+6+24=142 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.87% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 112 - color contains mainly: red. Hex color #700618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700618 is #8FF9E7. Grayscale: #272727. Windows color (decimal): -9435624 or 1574512. OLE color: 1574512.
HSL color Cylindrical-coordinate representation of color #700618: hue angle of 349.81º 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 #700618 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 6 | 24 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.56 |
| HSL | 349.81º | 0.9% | 0.23% | - |
| HSV(B) | 349.81º | 0.95% | 0.44% | - |
| XYZ | 6.91 | 3.64 | 1.2 | - |
| YUV | 39.75 | 119.12 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 24 | 0 | 0.95 | 0.79 | 0.56 | 349.81 | 0.9 | 0.23 |
| Hex | 70 | 6 | 18 | 0 | 5F | 4F | 38 | 15E | 5A | 17 |
| Octal | 160 | 6 | 30 | 0 | 137 | 117 | 70 | 536 | 132 | 27 |
| Binary | 1110000 | 110 | 11000 | 0 | 1011111 | 1001111 | 111000 | 101011110 | 1011010 | 10111 |
Color Harmonies of #700618
Complementary color
Monochromatic Colors of #700618
Black with #700618
Text Example
Text Example
White with #700618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700618; }
p { color: rgb(112,6,24); }
H1.HeaderClassName
{
color: #700618;
}
.AnyTagClassName
{
color: #700618;
}
</style>
background-color css
<style>
a { background-color: #700618; }
a { background-color: rgb(112,6,24); }
div.DivClassName
{
background-color: #700618;
}
.BgClassName
{
background-color: #700618;
}
</style>
border-color css
<style>
span { border-color: #700618; }
span { border-color: rgb(112,6,24); }
td.TdClassName
{
border-color: #700618;
}
.TagClassName
{
border-color: #700618;
}
</style>