Shades of Burgundy #700619
Tints of Burgundy #700619
RGB
CMYK
RGB Variations
Color information
#700619 (or 0x700619) is known color: Burgundy. HEX triplet: 70, 06 and 19. RGB value is (112,6,25). Sum of RGB (Red+Green+Blue) = 112+6+25=143 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.32% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 112 - color contains mainly: red. Hex color #700619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700619 is #8FF9E6. Grayscale: #272727. Windows color (decimal): -9435623 or 1640048. OLE color: 1640048.
HSL color Cylindrical-coordinate representation of color #700619: hue angle of 349.25º 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 #700619 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 6 | 25 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.56 |
| HSL | 349.25º | 0.9% | 0.23% | - |
| HSV(B) | 349.25º | 0.95% | 0.44% | - |
| XYZ | 6.92 | 3.65 | 1.26 | - |
| YUV | 39.86 | 119.62 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 25 | 0 | 0.95 | 0.78 | 0.56 | 349.25 | 0.9 | 0.23 |
| Hex | 70 | 6 | 19 | 0 | 5F | 4E | 38 | 15D | 5A | 17 |
| Octal | 160 | 6 | 31 | 0 | 137 | 116 | 70 | 535 | 132 | 27 |
| Binary | 1110000 | 110 | 11001 | 0 | 1011111 | 1001110 | 111000 | 101011101 | 1011010 | 10111 |
Color Harmonies of #700619
Complementary color
Monochromatic Colors of #700619
Black with #700619
Text Example
Text Example
White with #700619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700619; }
p { color: rgb(112,6,25); }
H1.HeaderClassName
{
color: #700619;
}
.AnyTagClassName
{
color: #700619;
}
</style>
background-color css
<style>
a { background-color: #700619; }
a { background-color: rgb(112,6,25); }
div.DivClassName
{
background-color: #700619;
}
.BgClassName
{
background-color: #700619;
}
</style>
border-color css
<style>
span { border-color: #700619; }
span { border-color: rgb(112,6,25); }
td.TdClassName
{
border-color: #700619;
}
.TagClassName
{
border-color: #700619;
}
</style>