Shades of Burgundy #6E031B
Tints of Burgundy #6E031B
RGB
CMYK
RGB Variations
Color information
#6E031B (or 0x6E031B) is known color: Burgundy. HEX triplet: 6E, 03 and 1B. RGB value is (110,3,27). Sum of RGB (Red+Green+Blue) = 110+3+27=140 (18% of max value = 765). Red value is 110 (43.36% from 255 or 78.57% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 110 - color contains mainly: red. Hex color #6E031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E031B is #91FCE4. Grayscale: #252525. Windows color (decimal): -9567461 or 1770350. OLE color: 1770350.
HSL color Cylindrical-coordinate representation of color #6E031B: hue angle of 346.54º 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 #6E031B is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 3 | 27 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.57 |
| HSL | 346.54º | 0.95% | 0.22% | - |
| HSV(B) | 346.54º | 0.97% | 0.43% | - |
| XYZ | 6.66 | 3.46 | 1.35 | - |
| YUV | 37.73 | 121.95 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 3 | 27 | 0 | 0.97 | 0.75 | 0.57 | 346.54 | 0.95 | 0.22 |
| Hex | 6E | 3 | 1B | 0 | 61 | 4B | 39 | 15B | 5F | 16 |
| Octal | 156 | 3 | 33 | 0 | 141 | 113 | 71 | 533 | 137 | 26 |
| Binary | 1101110 | 11 | 11011 | 0 | 1100001 | 1001011 | 111001 | 101011011 | 1011111 | 10110 |
Color Harmonies of #6E031B
Complementary color
Monochromatic Colors of #6E031B
Black with #6E031B
Text Example
Text Example
White with #6E031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E031B; }
p { color: rgb(110,3,27); }
H1.HeaderClassName
{
color: #6E031B;
}
.AnyTagClassName
{
color: #6E031B;
}
</style>
background-color css
<style>
a { background-color: #6E031B; }
a { background-color: rgb(110,3,27); }
div.DivClassName
{
background-color: #6E031B;
}
.BgClassName
{
background-color: #6E031B;
}
</style>
border-color css
<style>
span { border-color: #6E031B; }
span { border-color: rgb(110,3,27); }
td.TdClassName
{
border-color: #6E031B;
}
.TagClassName
{
border-color: #6E031B;
}
</style>