Shades of Burgundy #69061A
Tints of Burgundy #69061A
RGB
CMYK
RGB Variations
Color information
#69061A (or 0x69061A) is known color: Burgundy. HEX triplet: 69, 06 and 1A. RGB value is (105,6,26). Sum of RGB (Red+Green+Blue) = 105+6+26=137 (18% of max value = 765). Red value is 105 (41.41% from 255 or 76.64% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 105 - color contains mainly: red. Hex color #69061A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69061A is #96F9E5. Grayscale: #252525. Windows color (decimal): -9894374 or 1705577. OLE color: 1705577.
HSL color Cylindrical-coordinate representation of color #69061A: hue angle of 347.88º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #69061A is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 6 | 26 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.59 |
| HSL | 347.88º | 0.89% | 0.22% | - |
| HSV(B) | 347.88º | 0.94% | 0.41% | - |
| XYZ | 6.08 | 3.21 | 1.28 | - |
| YUV | 37.88 | 121.3 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 6 | 26 | 0 | 0.94 | 0.75 | 0.59 | 347.88 | 0.89 | 0.22 |
| Hex | 69 | 6 | 1A | 0 | 5E | 4B | 3B | 15C | 59 | 16 |
| Octal | 151 | 6 | 32 | 0 | 136 | 113 | 73 | 534 | 131 | 26 |
| Binary | 1101001 | 110 | 11010 | 0 | 1011110 | 1001011 | 111011 | 101011100 | 1011001 | 10110 |
Color Harmonies of #69061A
Complementary color
Monochromatic Colors of #69061A
Black with #69061A
Text Example
Text Example
White with #69061A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69061A; }
p { color: rgb(105,6,26); }
H1.HeaderClassName
{
color: #69061A;
}
.AnyTagClassName
{
color: #69061A;
}
</style>
background-color css
<style>
a { background-color: #69061A; }
a { background-color: rgb(105,6,26); }
div.DivClassName
{
background-color: #69061A;
}
.BgClassName
{
background-color: #69061A;
}
</style>
border-color css
<style>
span { border-color: #69061A; }
span { border-color: rgb(105,6,26); }
td.TdClassName
{
border-color: #69061A;
}
.TagClassName
{
border-color: #69061A;
}
</style>