Shades of Burgundy #6B0523
Tints of Burgundy #6B0523
RGB
CMYK
RGB Variations
Color information
#6B0523 (or 0x6B0523) is known color: Burgundy. HEX triplet: 6B, 05 and 23. RGB value is (107,5,35). Sum of RGB (Red+Green+Blue) = 107+5+35=147 (19% of max value = 765). Red value is 107 (42.19% from 255 or 72.79% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0523 is #94FADC. Grayscale: #262626. Windows color (decimal): -9763549 or 2295147. OLE color: 2295147.
HSL color Cylindrical-coordinate representation of color #6B0523: hue angle of 342.35º 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 #6B0523 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 5 | 35 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.58 |
| HSL | 342.35º | 0.91% | 0.22% | - |
| HSV(B) | 342.35º | 0.95% | 0.42% | - |
| XYZ | 6.42 | 3.36 | 1.9 | - |
| YUV | 38.92 | 125.79 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 35 | 0 | 0.95 | 0.67 | 0.58 | 342.35 | 0.91 | 0.22 |
| Hex | 6B | 5 | 23 | 0 | 5F | 43 | 3A | 156 | 5B | 16 |
| Octal | 153 | 5 | 43 | 0 | 137 | 103 | 72 | 526 | 133 | 26 |
| Binary | 1101011 | 101 | 100011 | 0 | 1011111 | 1000011 | 111010 | 101010110 | 1011011 | 10110 |
Color Harmonies of #6B0523
Complementary color
Monochromatic Colors of #6B0523
Black with #6B0523
Text Example
Text Example
White with #6B0523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0523; }
p { color: rgb(107,5,35); }
H1.HeaderClassName
{
color: #6B0523;
}
.AnyTagClassName
{
color: #6B0523;
}
</style>
background-color css
<style>
a { background-color: #6B0523; }
a { background-color: rgb(107,5,35); }
div.DivClassName
{
background-color: #6B0523;
}
.BgClassName
{
background-color: #6B0523;
}
</style>
border-color css
<style>
span { border-color: #6B0523; }
span { border-color: rgb(107,5,35); }
td.TdClassName
{
border-color: #6B0523;
}
.TagClassName
{
border-color: #6B0523;
}
</style>