Shades of Burgundy #6B000F
Tints of Burgundy #6B000F
RGB
CMYK
RGB Variations
Color information
#6B000F (or 0x6B000F) is known color: Burgundy. HEX triplet: 6B, 00 and 0F. RGB value is (107,0,15). Sum of RGB (Red+Green+Blue) = 107+0+15=122 (16% of max value = 765). Red value is 107 (42.19% from 255 or 87.70% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 107 - color contains mainly: red. Hex color #6B000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B000F is #94FFF0. Grayscale: #212121. Windows color (decimal): -9764849 or 983147. OLE color: 983147.
HSL color Cylindrical-coordinate representation of color #6B000F: hue angle of 351.59º 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 #6B000F is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.86 | 0.58 |
| HSL | 351.59º | 1% | 0.21% | - |
| HSV(B) | 351.59º | 1% | 0.42% | - |
| XYZ | 6.15 | 3.16 | 0.74 | - |
| YUV | 33.7 | 117.45 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 0 | 15 | 0 | 1 | 0.86 | 0.58 | 351.59 | 1 | 0.21 |
| Hex | 6B | 0 | F | 0 | 64 | 56 | 3A | 160 | 64 | 15 |
| Octal | 153 | 0 | 17 | 0 | 144 | 126 | 72 | 540 | 144 | 25 |
| Binary | 1101011 | 0 | 1111 | 0 | 1100100 | 1010110 | 111010 | 101100000 | 1100100 | 10101 |
Color Harmonies of #6B000F
Complementary color
Monochromatic Colors of #6B000F
Black with #6B000F
Text Example
Text Example
White with #6B000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B000F; }
p { color: rgb(107,0,15); }
H1.HeaderClassName
{
color: #6B000F;
}
.AnyTagClassName
{
color: #6B000F;
}
</style>
background-color css
<style>
a { background-color: #6B000F; }
a { background-color: rgb(107,0,15); }
div.DivClassName
{
background-color: #6B000F;
}
.BgClassName
{
background-color: #6B000F;
}
</style>
border-color css
<style>
span { border-color: #6B000F; }
span { border-color: rgb(107,0,15); }
td.TdClassName
{
border-color: #6B000F;
}
.TagClassName
{
border-color: #6B000F;
}
</style>