Shades of Burgundy #700129
Tints of Burgundy #700129
RGB
CMYK
RGB Variations
Color information
#700129 (or 0x700129) is known color: Burgundy. HEX triplet: 70, 01 and 29. RGB value is (112,1,41). Sum of RGB (Red+Green+Blue) = 112+1+41=154 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.73% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 112 - color contains mainly: red. Hex color #700129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700129 is #8FFED6. Grayscale: #262626. Windows color (decimal): -9436887 or 2687344. OLE color: 2687344.
HSL color Cylindrical-coordinate representation of color #700129: hue angle of 338.38º 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 #700129 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 41 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.56 |
| HSL | 338.38º | 0.98% | 0.22% | - |
| HSV(B) | 338.38º | 0.99% | 0.44% | - |
| XYZ | 7.09 | 3.63 | 2.42 | - |
| YUV | 38.75 | 129.27 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 41 | 0 | 0.99 | 0.63 | 0.56 | 338.38 | 0.98 | 0.22 |
| Hex | 70 | 1 | 29 | 0 | 63 | 3F | 38 | 152 | 62 | 16 |
| Octal | 160 | 1 | 51 | 0 | 143 | 77 | 70 | 522 | 142 | 26 |
| Binary | 1110000 | 1 | 101001 | 0 | 1100011 | 111111 | 111000 | 101010010 | 1100010 | 10110 |
Color Harmonies of #700129
Complementary color
Monochromatic Colors of #700129
Black with #700129
Text Example
Text Example
White with #700129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700129; }
p { color: rgb(112,1,41); }
H1.HeaderClassName
{
color: #700129;
}
.AnyTagClassName
{
color: #700129;
}
</style>
background-color css
<style>
a { background-color: #700129; }
a { background-color: rgb(112,1,41); }
div.DivClassName
{
background-color: #700129;
}
.BgClassName
{
background-color: #700129;
}
</style>
border-color css
<style>
span { border-color: #700129; }
span { border-color: rgb(112,1,41); }
td.TdClassName
{
border-color: #700129;
}
.TagClassName
{
border-color: #700129;
}
</style>