Shades of Burgundy #6B071A
Tints of Burgundy #6B071A
RGB
CMYK
RGB Variations
Color information
#6B071A (or 0x6B071A) is known color: Burgundy. HEX triplet: 6B, 07 and 1A. RGB value is (107,7,26). Sum of RGB (Red+Green+Blue) = 107+7+26=140 (18% of max value = 765). Red value is 107 (42.19% from 255 or 76.43% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 107 - color contains mainly: red. Hex color #6B071A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B071A is #94F8E5. Grayscale: #272727. Windows color (decimal): -9763046 or 1705835. OLE color: 1705835.
HSL color Cylindrical-coordinate representation of color #6B071A: hue angle of 348.6º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B071A is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 7 | 26 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.58 |
| HSL | 348.6º | 0.88% | 0.22% | - |
| HSV(B) | 348.6º | 0.93% | 0.42% | - |
| XYZ | 6.33 | 3.35 | 1.29 | - |
| YUV | 39.07 | 120.63 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 7 | 26 | 0 | 0.93 | 0.76 | 0.58 | 348.6 | 0.88 | 0.22 |
| Hex | 6B | 7 | 1A | 0 | 5D | 4C | 3A | 15D | 58 | 16 |
| Octal | 153 | 7 | 32 | 0 | 135 | 114 | 72 | 535 | 130 | 26 |
| Binary | 1101011 | 111 | 11010 | 0 | 1011101 | 1001100 | 111010 | 101011101 | 1011000 | 10110 |
Color Harmonies of #6B071A
Complementary color
Monochromatic Colors of #6B071A
Black with #6B071A
Text Example
Text Example
White with #6B071A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B071A; }
p { color: rgb(107,7,26); }
H1.HeaderClassName
{
color: #6B071A;
}
.AnyTagClassName
{
color: #6B071A;
}
</style>
background-color css
<style>
a { background-color: #6B071A; }
a { background-color: rgb(107,7,26); }
div.DivClassName
{
background-color: #6B071A;
}
.BgClassName
{
background-color: #6B071A;
}
</style>
border-color css
<style>
span { border-color: #6B071A; }
span { border-color: rgb(107,7,26); }
td.TdClassName
{
border-color: #6B071A;
}
.TagClassName
{
border-color: #6B071A;
}
</style>