Shades of Burgundy #70031C
Tints of Burgundy #70031C
RGB
CMYK
RGB Variations
Color information
#70031C (or 0x70031C) is known color: Burgundy. HEX triplet: 70, 03 and 1C. RGB value is (112,3,28). Sum of RGB (Red+Green+Blue) = 112+3+28=143 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.32% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 112 - color contains mainly: red. Hex color #70031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70031C is #8FFCE3. Grayscale: #262626. Windows color (decimal): -9436388 or 1835888. OLE color: 1835888.
HSL color Cylindrical-coordinate representation of color #70031C: hue angle of 346.24º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70031C is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 3 | 28 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.56 |
| HSL | 346.24º | 0.95% | 0.23% | - |
| HSV(B) | 346.24º | 0.97% | 0.44% | - |
| XYZ | 6.92 | 3.59 | 1.43 | - |
| YUV | 38.44 | 122.11 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 28 | 0 | 0.97 | 0.75 | 0.56 | 346.24 | 0.95 | 0.23 |
| Hex | 70 | 3 | 1C | 0 | 61 | 4B | 38 | 15A | 5F | 17 |
| Octal | 160 | 3 | 34 | 0 | 141 | 113 | 70 | 532 | 137 | 27 |
| Binary | 1110000 | 11 | 11100 | 0 | 1100001 | 1001011 | 111000 | 101011010 | 1011111 | 10111 |
Color Harmonies of #70031C
Complementary color
Monochromatic Colors of #70031C
Black with #70031C
Text Example
Text Example
White with #70031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70031C; }
p { color: rgb(112,3,28); }
H1.HeaderClassName
{
color: #70031C;
}
.AnyTagClassName
{
color: #70031C;
}
</style>
background-color css
<style>
a { background-color: #70031C; }
a { background-color: rgb(112,3,28); }
div.DivClassName
{
background-color: #70031C;
}
.BgClassName
{
background-color: #70031C;
}
</style>
border-color css
<style>
span { border-color: #70031C; }
span { border-color: rgb(112,3,28); }
td.TdClassName
{
border-color: #70031C;
}
.TagClassName
{
border-color: #70031C;
}
</style>