Shades of Burgundy #6B000A
Tints of Burgundy #6B000A
RGB
CMYK
RGB Variations
Color information
#6B000A (or 0x6B000A) is known color: Burgundy. HEX triplet: 6B, 00 and 0A. RGB value is (107,0,10). Sum of RGB (Red+Green+Blue) = 107+0+10=117 (15% of max value = 765). Red value is 107 (42.19% from 255 or 91.45% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 107 - color contains mainly: red. Hex color #6B000A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B000A is #94FFF5. Grayscale: #212121. Windows color (decimal): -9764854 or 655467. OLE color: 655467.
HSL color Cylindrical-coordinate representation of color #6B000A: hue angle of 354.39º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B000A is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.91 | 0.58 |
| HSL | 354.39º | 1% | 0.21% | - |
| HSV(B) | 354.39º | 1% | 0.42% | - |
| XYZ | 6.12 | 3.15 | 0.57 | - |
| YUV | 33.13 | 114.95 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 0 | 10 | 0 | 1 | 0.91 | 0.58 | 354.39 | 1 | 0.21 |
| Hex | 6B | 0 | A | 0 | 64 | 5B | 3A | 162 | 64 | 15 |
| Octal | 153 | 0 | 12 | 0 | 144 | 133 | 72 | 542 | 144 | 25 |
| Binary | 1101011 | 0 | 1010 | 0 | 1100100 | 1011011 | 111010 | 101100010 | 1100100 | 10101 |
Color Harmonies of #6B000A
Complementary color
Monochromatic Colors of #6B000A
Black with #6B000A
Text Example
Text Example
White with #6B000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B000A; }
p { color: rgb(107,0,10); }
H1.HeaderClassName
{
color: #6B000A;
}
.AnyTagClassName
{
color: #6B000A;
}
</style>
background-color css
<style>
a { background-color: #6B000A; }
a { background-color: rgb(107,0,10); }
div.DivClassName
{
background-color: #6B000A;
}
.BgClassName
{
background-color: #6B000A;
}
</style>
border-color css
<style>
span { border-color: #6B000A; }
span { border-color: rgb(107,0,10); }
td.TdClassName
{
border-color: #6B000A;
}
.TagClassName
{
border-color: #6B000A;
}
</style>