Shades of Burgundy #700028
Tints of Burgundy #700028
RGB
CMYK
RGB Variations
Color information
#700028 (or 0x700028) is known color: Burgundy. HEX triplet: 70, 00 and 28. RGB value is (112,0,40). Sum of RGB (Red+Green+Blue) = 112+0+40=152 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.68% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 112 - color contains mainly: red. Hex color #700028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700028 is #8FFFD7. Grayscale: #262626. Windows color (decimal): -9437144 or 2621552. OLE color: 2621552.
HSL color Cylindrical-coordinate representation of color #700028: hue angle of 338.57º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700028 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.64 | 0.56 |
| HSL | 338.57º | 1% | 0.22% | - |
| HSV(B) | 338.57º | 1% | 0.44% | - |
| XYZ | 7.07 | 3.6 | 2.33 | - |
| YUV | 38.05 | 129.11 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 40 | 0 | 1 | 0.64 | 0.56 | 338.57 | 1 | 0.22 |
| Hex | 70 | 0 | 28 | 0 | 64 | 40 | 38 | 153 | 64 | 16 |
| Octal | 160 | 0 | 50 | 0 | 144 | 100 | 70 | 523 | 144 | 26 |
| Binary | 1110000 | 0 | 101000 | 0 | 1100100 | 1000000 | 111000 | 101010011 | 1100100 | 10110 |
Color Harmonies of #700028
Complementary color
Monochromatic Colors of #700028
Black with #700028
Text Example
Text Example
White with #700028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700028; }
p { color: rgb(112,0,40); }
H1.HeaderClassName
{
color: #700028;
}
.AnyTagClassName
{
color: #700028;
}
</style>
background-color css
<style>
a { background-color: #700028; }
a { background-color: rgb(112,0,40); }
div.DivClassName
{
background-color: #700028;
}
.BgClassName
{
background-color: #700028;
}
</style>
border-color css
<style>
span { border-color: #700028; }
span { border-color: rgb(112,0,40); }
td.TdClassName
{
border-color: #700028;
}
.TagClassName
{
border-color: #700028;
}
</style>