Shades of Burgundy #6E0312
Tints of Burgundy #6E0312
RGB
CMYK
RGB Variations
Color information
#6E0312 (or 0x6E0312) is known color: Burgundy. HEX triplet: 6E, 03 and 12. RGB value is (110,3,18). Sum of RGB (Red+Green+Blue) = 110+3+18=131 (17% of max value = 765). Red value is 110 (43.36% from 255 or 83.97% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0312 is #91FCED. Grayscale: #242424. Windows color (decimal): -9567470 or 1180526. OLE color: 1180526.
HSL color Cylindrical-coordinate representation of color #6E0312: hue angle of 351.59º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E0312 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 3 | 18 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.57 |
| HSL | 351.59º | 0.95% | 0.22% | - |
| HSV(B) | 351.59º | 0.97% | 0.43% | - |
| XYZ | 6.57 | 3.42 | 0.89 | - |
| YUV | 36.7 | 117.45 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 3 | 18 | 0 | 0.97 | 0.84 | 0.57 | 351.59 | 0.95 | 0.22 |
| Hex | 6E | 3 | 12 | 0 | 61 | 54 | 39 | 160 | 5F | 16 |
| Octal | 156 | 3 | 22 | 0 | 141 | 124 | 71 | 540 | 137 | 26 |
| Binary | 1101110 | 11 | 10010 | 0 | 1100001 | 1010100 | 111001 | 101100000 | 1011111 | 10110 |
Color Harmonies of #6E0312
Complementary color
Monochromatic Colors of #6E0312
Black with #6E0312
Text Example
Text Example
White with #6E0312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0312; }
p { color: rgb(110,3,18); }
H1.HeaderClassName
{
color: #6E0312;
}
.AnyTagClassName
{
color: #6E0312;
}
</style>
background-color css
<style>
a { background-color: #6E0312; }
a { background-color: rgb(110,3,18); }
div.DivClassName
{
background-color: #6E0312;
}
.BgClassName
{
background-color: #6E0312;
}
</style>
border-color css
<style>
span { border-color: #6E0312; }
span { border-color: rgb(110,3,18); }
td.TdClassName
{
border-color: #6E0312;
}
.TagClassName
{
border-color: #6E0312;
}
</style>