Shades of Burgundy #6B0515
Tints of Burgundy #6B0515
RGB
CMYK
RGB Variations
Color information
#6B0515 (or 0x6B0515) is known color: Burgundy. HEX triplet: 6B, 05 and 15. RGB value is (107,5,21). Sum of RGB (Red+Green+Blue) = 107+5+21=133 (17% of max value = 765). Red value is 107 (42.19% from 255 or 80.45% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0515 is #94FAEA. Grayscale: #252525. Windows color (decimal): -9763563 or 1377643. OLE color: 1377643.
HSL color Cylindrical-coordinate representation of color #6B0515: hue angle of 350.59º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B0515 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 5 | 21 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.58 |
| HSL | 350.59º | 0.91% | 0.22% | - |
| HSV(B) | 350.59º | 0.95% | 0.42% | - |
| XYZ | 6.25 | 3.29 | 1.01 | - |
| YUV | 37.32 | 118.79 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 21 | 0 | 0.95 | 0.80 | 0.58 | 350.59 | 0.91 | 0.22 |
| Hex | 6B | 5 | 15 | 0 | 5F | 50 | 3A | 15F | 5B | 16 |
| Octal | 153 | 5 | 25 | 0 | 137 | 120 | 72 | 537 | 133 | 26 |
| Binary | 1101011 | 101 | 10101 | 0 | 1011111 | 1010000 | 111010 | 101011111 | 1011011 | 10110 |
Color Harmonies of #6B0515
Complementary color
Monochromatic Colors of #6B0515
Black with #6B0515
Text Example
Text Example
White with #6B0515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0515; }
p { color: rgb(107,5,21); }
H1.HeaderClassName
{
color: #6B0515;
}
.AnyTagClassName
{
color: #6B0515;
}
</style>
background-color css
<style>
a { background-color: #6B0515; }
a { background-color: rgb(107,5,21); }
div.DivClassName
{
background-color: #6B0515;
}
.BgClassName
{
background-color: #6B0515;
}
</style>
border-color css
<style>
span { border-color: #6B0515; }
span { border-color: rgb(107,5,21); }
td.TdClassName
{
border-color: #6B0515;
}
.TagClassName
{
border-color: #6B0515;
}
</style>