Shades of Burgundy #6A0723
Tints of Burgundy #6A0723
RGB
CMYK
RGB Variations
Color information
#6A0723 (or 0x6A0723) is known color: Burgundy. HEX triplet: 6A, 07 and 23. RGB value is (106,7,35). Sum of RGB (Red+Green+Blue) = 106+7+35=148 (19% of max value = 765). Red value is 106 (41.80% from 255 or 71.62% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0723 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0723 is #95F8DC. Grayscale: #272727. Windows color (decimal): -9828573 or 2295658. OLE color: 2295658.
HSL color Cylindrical-coordinate representation of color #6A0723: hue angle of 343.03º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A0723 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 7 | 35 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.58 |
| HSL | 343.03º | 0.88% | 0.22% | - |
| HSV(B) | 343.03º | 0.93% | 0.42% | - |
| XYZ | 6.32 | 3.34 | 1.9 | - |
| YUV | 39.79 | 125.3 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 7 | 35 | 0 | 0.93 | 0.67 | 0.58 | 343.03 | 0.88 | 0.22 |
| Hex | 6A | 7 | 23 | 0 | 5D | 43 | 3A | 157 | 58 | 16 |
| Octal | 152 | 7 | 43 | 0 | 135 | 103 | 72 | 527 | 130 | 26 |
| Binary | 1101010 | 111 | 100011 | 0 | 1011101 | 1000011 | 111010 | 101010111 | 1011000 | 10110 |
Color Harmonies of #6A0723
Complementary color
Monochromatic Colors of #6A0723
Black with #6A0723
Text Example
Text Example
White with #6A0723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0723; }
p { color: rgb(106,7,35); }
H1.HeaderClassName
{
color: #6A0723;
}
.AnyTagClassName
{
color: #6A0723;
}
</style>
background-color css
<style>
a { background-color: #6A0723; }
a { background-color: rgb(106,7,35); }
div.DivClassName
{
background-color: #6A0723;
}
.BgClassName
{
background-color: #6A0723;
}
</style>
border-color css
<style>
span { border-color: #6A0723; }
span { border-color: rgb(106,7,35); }
td.TdClassName
{
border-color: #6A0723;
}
.TagClassName
{
border-color: #6A0723;
}
</style>