Shades of Burgundy #6E0313
Tints of Burgundy #6E0313
RGB
CMYK
RGB Variations
Color information
#6E0313 (or 0x6E0313) is known color: Burgundy. HEX triplet: 6E, 03 and 13. RGB value is (110,3,19). Sum of RGB (Red+Green+Blue) = 110+3+19=132 (17% of max value = 765). Red value is 110 (43.36% from 255 or 83.33% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0313 is #91FCEC. Grayscale: #242424. Windows color (decimal): -9567469 or 1246062. OLE color: 1246062.
HSL color Cylindrical-coordinate representation of color #6E0313: hue angle of 351.03º 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 #6E0313 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 3 | 19 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.57 |
| HSL | 351.03º | 0.95% | 0.22% | - |
| HSV(B) | 351.03º | 0.97% | 0.43% | - |
| XYZ | 6.58 | 3.43 | 0.93 | - |
| YUV | 36.82 | 117.95 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 3 | 19 | 0 | 0.97 | 0.83 | 0.57 | 351.03 | 0.95 | 0.22 |
| Hex | 6E | 3 | 13 | 0 | 61 | 53 | 39 | 15F | 5F | 16 |
| Octal | 156 | 3 | 23 | 0 | 141 | 123 | 71 | 537 | 137 | 26 |
| Binary | 1101110 | 11 | 10011 | 0 | 1100001 | 1010011 | 111001 | 101011111 | 1011111 | 10110 |
Color Harmonies of #6E0313
Complementary color
Monochromatic Colors of #6E0313
Black with #6E0313
Text Example
Text Example
White with #6E0313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0313; }
p { color: rgb(110,3,19); }
H1.HeaderClassName
{
color: #6E0313;
}
.AnyTagClassName
{
color: #6E0313;
}
</style>
background-color css
<style>
a { background-color: #6E0313; }
a { background-color: rgb(110,3,19); }
div.DivClassName
{
background-color: #6E0313;
}
.BgClassName
{
background-color: #6E0313;
}
</style>
border-color css
<style>
span { border-color: #6E0313; }
span { border-color: rgb(110,3,19); }
td.TdClassName
{
border-color: #6E0313;
}
.TagClassName
{
border-color: #6E0313;
}
</style>