Shades of Burgundy #700125
Tints of Burgundy #700125
RGB
CMYK
RGB Variations
Color information
#700125 (or 0x700125) is known color: Burgundy. HEX triplet: 70, 01 and 25. RGB value is (112,1,37). Sum of RGB (Red+Green+Blue) = 112+1+37=150 (19% of max value = 765). Red value is 112 (44.14% from 255 or 74.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 112 - color contains mainly: red. Hex color #700125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700125 is #8FFEDA. Grayscale: #262626. Windows color (decimal): -9436891 or 2425200. OLE color: 2425200.
HSL color Cylindrical-coordinate representation of color #700125: hue angle of 340.54º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700125 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 37 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.56 |
| HSL | 340.54º | 0.98% | 0.22% | - |
| HSV(B) | 340.54º | 0.99% | 0.44% | - |
| XYZ | 7.03 | 3.6 | 2.07 | - |
| YUV | 38.29 | 127.27 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 37 | 0 | 0.99 | 0.67 | 0.56 | 340.54 | 0.98 | 0.22 |
| Hex | 70 | 1 | 25 | 0 | 63 | 43 | 38 | 155 | 62 | 16 |
| Octal | 160 | 1 | 45 | 0 | 143 | 103 | 70 | 525 | 142 | 26 |
| Binary | 1110000 | 1 | 100101 | 0 | 1100011 | 1000011 | 111000 | 101010101 | 1100010 | 10110 |
Color Harmonies of #700125
Complementary color
Monochromatic Colors of #700125
Black with #700125
Text Example
Text Example
White with #700125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700125; }
p { color: rgb(112,1,37); }
H1.HeaderClassName
{
color: #700125;
}
.AnyTagClassName
{
color: #700125;
}
</style>
background-color css
<style>
a { background-color: #700125; }
a { background-color: rgb(112,1,37); }
div.DivClassName
{
background-color: #700125;
}
.BgClassName
{
background-color: #700125;
}
</style>
border-color css
<style>
span { border-color: #700125; }
span { border-color: rgb(112,1,37); }
td.TdClassName
{
border-color: #700125;
}
.TagClassName
{
border-color: #700125;
}
</style>