Shades of Burgundy #6B070D
Tints of Burgundy #6B070D
RGB
CMYK
RGB Variations
Color information
#6B070D (or 0x6B070D) is known color: Burgundy. HEX triplet: 6B, 07 and 0D. RGB value is (107,7,13). Sum of RGB (Red+Green+Blue) = 107+7+13=127 (16% of max value = 765). Red value is 107 (42.19% from 255 or 84.25% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 107 - color contains mainly: red. Hex color #6B070D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B070D is #94F8F2. Grayscale: #252525. Windows color (decimal): -9763059 or 853867. OLE color: 853867.
HSL color Cylindrical-coordinate representation of color #6B070D: hue angle of 356.4º 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 #6B070D is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 7 | 13 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.58 |
| HSL | 356.4º | 0.88% | 0.22% | - |
| HSV(B) | 356.4º | 0.93% | 0.42% | - |
| XYZ | 6.21 | 3.31 | 0.69 | - |
| YUV | 37.58 | 114.13 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 7 | 13 | 0 | 0.93 | 0.88 | 0.58 | 356.4 | 0.88 | 0.22 |
| Hex | 6B | 7 | D | 0 | 5D | 58 | 3A | 164 | 58 | 16 |
| Octal | 153 | 7 | 15 | 0 | 135 | 130 | 72 | 544 | 130 | 26 |
| Binary | 1101011 | 111 | 1101 | 0 | 1011101 | 1011000 | 111010 | 101100100 | 1011000 | 10110 |
Color Harmonies of #6B070D
Complementary color
Monochromatic Colors of #6B070D
Black with #6B070D
Text Example
Text Example
White with #6B070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B070D; }
p { color: rgb(107,7,13); }
H1.HeaderClassName
{
color: #6B070D;
}
.AnyTagClassName
{
color: #6B070D;
}
</style>
background-color css
<style>
a { background-color: #6B070D; }
a { background-color: rgb(107,7,13); }
div.DivClassName
{
background-color: #6B070D;
}
.BgClassName
{
background-color: #6B070D;
}
</style>
border-color css
<style>
span { border-color: #6B070D; }
span { border-color: rgb(107,7,13); }
td.TdClassName
{
border-color: #6B070D;
}
.TagClassName
{
border-color: #6B070D;
}
</style>