Shades of Burgundy #700127
Tints of Burgundy #700127
RGB
CMYK
RGB Variations
Color information
#700127 (or 0x700127) is known color: Burgundy. HEX triplet: 70, 01 and 27. RGB value is (112,1,39). Sum of RGB (Red+Green+Blue) = 112+1+39=152 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.68% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 112 - color contains mainly: red. Hex color #700127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700127 is #8FFED8. Grayscale: #262626. Windows color (decimal): -9436889 or 2556272. OLE color: 2556272.
HSL color Cylindrical-coordinate representation of color #700127: hue angle of 339.46º 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 #700127 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.56 |
| HSL | 339.46º | 0.98% | 0.22% | - |
| HSV(B) | 339.46º | 0.99% | 0.44% | - |
| XYZ | 7.06 | 3.61 | 2.24 | - |
| YUV | 38.52 | 128.27 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 39 | 0 | 0.99 | 0.65 | 0.56 | 339.46 | 0.98 | 0.22 |
| Hex | 70 | 1 | 27 | 0 | 63 | 41 | 38 | 153 | 62 | 16 |
| Octal | 160 | 1 | 47 | 0 | 143 | 101 | 70 | 523 | 142 | 26 |
| Binary | 1110000 | 1 | 100111 | 0 | 1100011 | 1000001 | 111000 | 101010011 | 1100010 | 10110 |
Color Harmonies of #700127
Complementary color
Monochromatic Colors of #700127
Black with #700127
Text Example
Text Example
White with #700127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700127; }
p { color: rgb(112,1,39); }
H1.HeaderClassName
{
color: #700127;
}
.AnyTagClassName
{
color: #700127;
}
</style>
background-color css
<style>
a { background-color: #700127; }
a { background-color: rgb(112,1,39); }
div.DivClassName
{
background-color: #700127;
}
.BgClassName
{
background-color: #700127;
}
</style>
border-color css
<style>
span { border-color: #700127; }
span { border-color: rgb(112,1,39); }
td.TdClassName
{
border-color: #700127;
}
.TagClassName
{
border-color: #700127;
}
</style>