Shades of Burgundy #71001C
Tints of Burgundy #71001C
RGB
CMYK
RGB Variations
Color information
#71001C (or 0x71001C) is known color: Burgundy. HEX triplet: 71, 00 and 1C. RGB value is (113,0,28). Sum of RGB (Red+Green+Blue) = 113+0+28=141 (18% of max value = 765). Red value is 113 (44.53% from 255 or 80.14% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 113 - color contains mainly: red. Hex color #71001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71001C is #8EFFE3. Grayscale: #242424. Windows color (decimal): -9371620 or 1835121. OLE color: 1835121.
HSL color Cylindrical-coordinate representation of color #71001C: hue angle of 345.13º 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 #71001C is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.75 | 0.56 |
| HSL | 345.13º | 1% | 0.22% | - |
| HSV(B) | 345.13º | 1% | 0.44% | - |
| XYZ | 7.02 | 3.59 | 1.42 | - |
| YUV | 36.98 | 122.94 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 28 | 0 | 1 | 0.75 | 0.56 | 345.13 | 1 | 0.22 |
| Hex | 71 | 0 | 1C | 0 | 64 | 4B | 38 | 159 | 64 | 16 |
| Octal | 161 | 0 | 34 | 0 | 144 | 113 | 70 | 531 | 144 | 26 |
| Binary | 1110001 | 0 | 11100 | 0 | 1100100 | 1001011 | 111000 | 101011001 | 1100100 | 10110 |
Color Harmonies of #71001C
Complementary color
Monochromatic Colors of #71001C
Black with #71001C
Text Example
Text Example
White with #71001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71001C; }
p { color: rgb(113,0,28); }
H1.HeaderClassName
{
color: #71001C;
}
.AnyTagClassName
{
color: #71001C;
}
</style>
background-color css
<style>
a { background-color: #71001C; }
a { background-color: rgb(113,0,28); }
div.DivClassName
{
background-color: #71001C;
}
.BgClassName
{
background-color: #71001C;
}
</style>
border-color css
<style>
span { border-color: #71001C; }
span { border-color: rgb(113,0,28); }
td.TdClassName
{
border-color: #71001C;
}
.TagClassName
{
border-color: #71001C;
}
</style>