Shades of Burgundy #700A27
Tints of Burgundy #700A27
RGB
CMYK
RGB Variations
Color information
#700A27 (or 0x700A27) is known color: Burgundy. HEX triplet: 70, 0A and 27. RGB value is (112,10,39). Sum of RGB (Red+Green+Blue) = 112+10+39=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #700A27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A27 is #8FF5D8. Grayscale: #2B2B2B. Windows color (decimal): -9434585 or 2558576. OLE color: 2558576.
HSL color Cylindrical-coordinate representation of color #700A27: hue angle of 342.94º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700A27 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 39 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.56 |
| HSL | 342.94º | 0.84% | 0.24% | - |
| HSV(B) | 342.94º | 0.91% | 0.44% | - |
| XYZ | 7.16 | 3.81 | 2.28 | - |
| YUV | 43.8 | 125.29 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 39 | 0 | 0.91 | 0.65 | 0.56 | 342.94 | 0.84 | 0.24 |
| Hex | 70 | A | 27 | 0 | 5B | 41 | 38 | 157 | 54 | 18 |
| Octal | 160 | 12 | 47 | 0 | 133 | 101 | 70 | 527 | 124 | 30 |
| Binary | 1110000 | 1010 | 100111 | 0 | 1011011 | 1000001 | 111000 | 101010111 | 1010100 | 11000 |
Color Harmonies of #700A27
Complementary color
Monochromatic Colors of #700A27
Black with #700A27
Text Example
Text Example
White with #700A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A27; }
p { color: rgb(112,10,39); }
H1.HeaderClassName
{
color: #700A27;
}
.AnyTagClassName
{
color: #700A27;
}
</style>
background-color css
<style>
a { background-color: #700A27; }
a { background-color: rgb(112,10,39); }
div.DivClassName
{
background-color: #700A27;
}
.BgClassName
{
background-color: #700A27;
}
</style>
border-color css
<style>
span { border-color: #700A27; }
span { border-color: rgb(112,10,39); }
td.TdClassName
{
border-color: #700A27;
}
.TagClassName
{
border-color: #700A27;
}
</style>