Shades of Burgundy #700627
Tints of Burgundy #700627
RGB
CMYK
RGB Variations
Color information
#700627 (or 0x700627) is known color: Burgundy. HEX triplet: 70, 06 and 27. RGB value is (112,6,39). Sum of RGB (Red+Green+Blue) = 112+6+39=157 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.34% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 112 - color contains mainly: red. Hex color #700627 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700627 is #8FF9D8. Grayscale: #292929. Windows color (decimal): -9435609 or 2557552. OLE color: 2557552.
HSL color Cylindrical-coordinate representation of color #700627: hue angle of 341.32º 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 #700627 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 6 | 39 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.56 |
| HSL | 341.32º | 0.9% | 0.23% | - |
| HSV(B) | 341.32º | 0.95% | 0.44% | - |
| XYZ | 7.11 | 3.72 | 2.26 | - |
| YUV | 41.46 | 126.62 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 39 | 0 | 0.95 | 0.65 | 0.56 | 341.32 | 0.9 | 0.23 |
| Hex | 70 | 6 | 27 | 0 | 5F | 41 | 38 | 155 | 5A | 17 |
| Octal | 160 | 6 | 47 | 0 | 137 | 101 | 70 | 525 | 132 | 27 |
| Binary | 1110000 | 110 | 100111 | 0 | 1011111 | 1000001 | 111000 | 101010101 | 1011010 | 10111 |
Color Harmonies of #700627
Complementary color
Monochromatic Colors of #700627
Black with #700627
Text Example
Text Example
White with #700627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700627; }
p { color: rgb(112,6,39); }
H1.HeaderClassName
{
color: #700627;
}
.AnyTagClassName
{
color: #700627;
}
</style>
background-color css
<style>
a { background-color: #700627; }
a { background-color: rgb(112,6,39); }
div.DivClassName
{
background-color: #700627;
}
.BgClassName
{
background-color: #700627;
}
</style>
border-color css
<style>
span { border-color: #700627; }
span { border-color: rgb(112,6,39); }
td.TdClassName
{
border-color: #700627;
}
.TagClassName
{
border-color: #700627;
}
</style>