Shades of Burgundy #6B0627
Tints of Burgundy #6B0627
RGB
CMYK
RGB Variations
Color information
#6B0627 (or 0x6B0627) is known color: Burgundy. HEX triplet: 6B, 06 and 27. RGB value is (107,6,39). Sum of RGB (Red+Green+Blue) = 107+6+39=152 (20% of max value = 765). Red value is 107 (42.19% from 255 or 70.39% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0627 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0627 is #94F9D8. Grayscale: #272727. Windows color (decimal): -9763289 or 2557547. OLE color: 2557547.
HSL color Cylindrical-coordinate representation of color #6B0627: hue angle of 340.4º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B0627 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 6 | 39 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.58 |
| HSL | 340.4º | 0.89% | 0.22% | - |
| HSV(B) | 340.4º | 0.94% | 0.42% | - |
| XYZ | 6.49 | 3.4 | 2.23 | - |
| YUV | 39.96 | 127.46 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 6 | 39 | 0 | 0.94 | 0.64 | 0.58 | 340.4 | 0.89 | 0.22 |
| Hex | 6B | 6 | 27 | 0 | 5E | 40 | 3A | 154 | 59 | 16 |
| Octal | 153 | 6 | 47 | 0 | 136 | 100 | 72 | 524 | 131 | 26 |
| Binary | 1101011 | 110 | 100111 | 0 | 1011110 | 1000000 | 111010 | 101010100 | 1011001 | 10110 |
Color Harmonies of #6B0627
Complementary color
Monochromatic Colors of #6B0627
Black with #6B0627
Text Example
Text Example
White with #6B0627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0627; }
p { color: rgb(107,6,39); }
H1.HeaderClassName
{
color: #6B0627;
}
.AnyTagClassName
{
color: #6B0627;
}
</style>
background-color css
<style>
a { background-color: #6B0627; }
a { background-color: rgb(107,6,39); }
div.DivClassName
{
background-color: #6B0627;
}
.BgClassName
{
background-color: #6B0627;
}
</style>
border-color css
<style>
span { border-color: #6B0627; }
span { border-color: rgb(107,6,39); }
td.TdClassName
{
border-color: #6B0627;
}
.TagClassName
{
border-color: #6B0627;
}
</style>