Shades of Burgundy #69060F
Tints of Burgundy #69060F
RGB
CMYK
RGB Variations
Color information
#69060F (or 0x69060F) is known color: Burgundy. HEX triplet: 69, 06 and 0F. RGB value is (105,6,15). Sum of RGB (Red+Green+Blue) = 105+6+15=126 (16% of max value = 765). Red value is 105 (41.41% from 255 or 83.33% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 105 - color contains mainly: red. Hex color #69060F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69060F is #96F9F0. Grayscale: #242424. Windows color (decimal): -9894385 or 984681. OLE color: 984681.
HSL color Cylindrical-coordinate representation of color #69060F: hue angle of 354.55º 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 #69060F is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 6 | 15 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.59 |
| HSL | 354.55º | 0.89% | 0.22% | - |
| HSV(B) | 354.55º | 0.94% | 0.41% | - |
| XYZ | 5.98 | 3.17 | 0.75 | - |
| YUV | 36.63 | 115.8 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 6 | 15 | 0 | 0.94 | 0.86 | 0.59 | 354.55 | 0.89 | 0.22 |
| Hex | 69 | 6 | F | 0 | 5E | 56 | 3B | 163 | 59 | 16 |
| Octal | 151 | 6 | 17 | 0 | 136 | 126 | 73 | 543 | 131 | 26 |
| Binary | 1101001 | 110 | 1111 | 0 | 1011110 | 1010110 | 111011 | 101100011 | 1011001 | 10110 |
Color Harmonies of #69060F
Complementary color
Monochromatic Colors of #69060F
Black with #69060F
Text Example
Text Example
White with #69060F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69060F; }
p { color: rgb(105,6,15); }
H1.HeaderClassName
{
color: #69060F;
}
.AnyTagClassName
{
color: #69060F;
}
</style>
background-color css
<style>
a { background-color: #69060F; }
a { background-color: rgb(105,6,15); }
div.DivClassName
{
background-color: #69060F;
}
.BgClassName
{
background-color: #69060F;
}
</style>
border-color css
<style>
span { border-color: #69060F; }
span { border-color: rgb(105,6,15); }
td.TdClassName
{
border-color: #69060F;
}
.TagClassName
{
border-color: #69060F;
}
</style>