Shades of Burgundy #6B050F
Tints of Burgundy #6B050F
RGB
CMYK
RGB Variations
Color information
#6B050F (or 0x6B050F) is known color: Burgundy. HEX triplet: 6B, 05 and 0F. RGB value is (107,5,15). Sum of RGB (Red+Green+Blue) = 107+5+15=127 (16% of max value = 765). Red value is 107 (42.19% from 255 or 84.25% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 107 - color contains mainly: red. Hex color #6B050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B050F is #94FAF0. Grayscale: #242424. Windows color (decimal): -9763569 or 984427. OLE color: 984427.
HSL color Cylindrical-coordinate representation of color #6B050F: hue angle of 354.12º 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 #6B050F is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 5 | 15 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.58 |
| HSL | 354.12º | 0.91% | 0.22% | - |
| HSV(B) | 354.12º | 0.95% | 0.42% | - |
| XYZ | 6.2 | 3.27 | 0.76 | - |
| YUV | 36.64 | 115.79 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 15 | 0 | 0.95 | 0.86 | 0.58 | 354.12 | 0.91 | 0.22 |
| Hex | 6B | 5 | F | 0 | 5F | 56 | 3A | 162 | 5B | 16 |
| Octal | 153 | 5 | 17 | 0 | 137 | 126 | 72 | 542 | 133 | 26 |
| Binary | 1101011 | 101 | 1111 | 0 | 1011111 | 1010110 | 111010 | 101100010 | 1011011 | 10110 |
Color Harmonies of #6B050F
Complementary color
Monochromatic Colors of #6B050F
Black with #6B050F
Text Example
Text Example
White with #6B050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B050F; }
p { color: rgb(107,5,15); }
H1.HeaderClassName
{
color: #6B050F;
}
.AnyTagClassName
{
color: #6B050F;
}
</style>
background-color css
<style>
a { background-color: #6B050F; }
a { background-color: rgb(107,5,15); }
div.DivClassName
{
background-color: #6B050F;
}
.BgClassName
{
background-color: #6B050F;
}
</style>
border-color css
<style>
span { border-color: #6B050F; }
span { border-color: rgb(107,5,15); }
td.TdClassName
{
border-color: #6B050F;
}
.TagClassName
{
border-color: #6B050F;
}
</style>