Shades of Burgundy #6B082B
Tints of Burgundy #6B082B
RGB
CMYK
RGB Variations
Color information
#6B082B (or 0x6B082B) is known color: Burgundy. HEX triplet: 6B, 08 and 2B. RGB value is (107,8,43). Sum of RGB (Red+Green+Blue) = 107+8+43=158 (20% of max value = 765). Red value is 107 (42.19% from 255 or 67.72% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 107 - color contains mainly: red. Hex color #6B082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B082B is #94F7D4. Grayscale: #292929. Windows color (decimal): -9762773 or 2820203. OLE color: 2820203.
HSL color Cylindrical-coordinate representation of color #6B082B: hue angle of 338.79º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B082B is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 8 | 43 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.58 |
| HSL | 338.79º | 0.86% | 0.23% | - |
| HSV(B) | 338.79º | 0.93% | 0.42% | - |
| XYZ | 6.59 | 3.47 | 2.61 | - |
| YUV | 41.59 | 128.8 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 8 | 43 | 0 | 0.93 | 0.60 | 0.58 | 338.79 | 0.86 | 0.23 |
| Hex | 6B | 8 | 2B | 0 | 5D | 3C | 3A | 153 | 56 | 17 |
| Octal | 153 | 10 | 53 | 0 | 135 | 74 | 72 | 523 | 126 | 27 |
| Binary | 1101011 | 1000 | 101011 | 0 | 1011101 | 111100 | 111010 | 101010011 | 1010110 | 10111 |
Color Harmonies of #6B082B
Complementary color
Monochromatic Colors of #6B082B
Black with #6B082B
Text Example
Text Example
White with #6B082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B082B; }
p { color: rgb(107,8,43); }
H1.HeaderClassName
{
color: #6B082B;
}
.AnyTagClassName
{
color: #6B082B;
}
</style>
background-color css
<style>
a { background-color: #6B082B; }
a { background-color: rgb(107,8,43); }
div.DivClassName
{
background-color: #6B082B;
}
.BgClassName
{
background-color: #6B082B;
}
</style>
border-color css
<style>
span { border-color: #6B082B; }
span { border-color: rgb(107,8,43); }
td.TdClassName
{
border-color: #6B082B;
}
.TagClassName
{
border-color: #6B082B;
}
</style>