Shades of Burgundy #6B0115
Tints of Burgundy #6B0115
RGB
CMYK
RGB Variations
Color information
#6B0115 (or 0x6B0115) is known color: Burgundy. HEX triplet: 6B, 01 and 15. RGB value is (107,1,21). Sum of RGB (Red+Green+Blue) = 107+1+21=129 (17% of max value = 765). Red value is 107 (42.19% from 255 or 82.95% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0115 is #94FEEA. Grayscale: #232323. Windows color (decimal): -9764587 or 1376619. OLE color: 1376619.
HSL color Cylindrical-coordinate representation of color #6B0115: hue angle of 348.68º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B0115 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 1 | 21 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.58 |
| HSL | 348.68º | 0.98% | 0.21% | - |
| HSV(B) | 348.68º | 0.99% | 0.42% | - |
| XYZ | 6.21 | 3.2 | 1 | - |
| YUV | 34.97 | 120.12 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 1 | 21 | 0 | 0.99 | 0.80 | 0.58 | 348.68 | 0.98 | 0.21 |
| Hex | 6B | 1 | 15 | 0 | 63 | 50 | 3A | 15D | 62 | 15 |
| Octal | 153 | 1 | 25 | 0 | 143 | 120 | 72 | 535 | 142 | 25 |
| Binary | 1101011 | 1 | 10101 | 0 | 1100011 | 1010000 | 111010 | 101011101 | 1100010 | 10101 |
Color Harmonies of #6B0115
Complementary color
Monochromatic Colors of #6B0115
Black with #6B0115
Text Example
Text Example
White with #6B0115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0115; }
p { color: rgb(107,1,21); }
H1.HeaderClassName
{
color: #6B0115;
}
.AnyTagClassName
{
color: #6B0115;
}
</style>
background-color css
<style>
a { background-color: #6B0115; }
a { background-color: rgb(107,1,21); }
div.DivClassName
{
background-color: #6B0115;
}
.BgClassName
{
background-color: #6B0115;
}
</style>
border-color css
<style>
span { border-color: #6B0115; }
span { border-color: rgb(107,1,21); }
td.TdClassName
{
border-color: #6B0115;
}
.TagClassName
{
border-color: #6B0115;
}
</style>