Shades of Burgundy #69010F
Tints of Burgundy #69010F
RGB
CMYK
RGB Variations
Color information
#69010F (or 0x69010F) is known color: Burgundy. HEX triplet: 69, 01 and 0F. RGB value is (105,1,15). Sum of RGB (Red+Green+Blue) = 105+1+15=121 (16% of max value = 765). Red value is 105 (41.41% from 255 or 86.78% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 105 - color contains mainly: red. Hex color #69010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69010F is #96FEF0. Grayscale: #212121. Windows color (decimal): -9895665 or 983401. OLE color: 983401.
HSL color Cylindrical-coordinate representation of color #69010F: hue angle of 351.92º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69010F is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 1 | 15 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.59 |
| HSL | 351.92º | 0.98% | 0.21% | - |
| HSV(B) | 351.92º | 0.99% | 0.41% | - |
| XYZ | 5.92 | 3.06 | 0.73 | - |
| YUV | 33.69 | 117.46 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 15 | 0 | 0.99 | 0.86 | 0.59 | 351.92 | 0.98 | 0.21 |
| Hex | 69 | 1 | F | 0 | 63 | 56 | 3B | 160 | 62 | 15 |
| Octal | 151 | 1 | 17 | 0 | 143 | 126 | 73 | 540 | 142 | 25 |
| Binary | 1101001 | 1 | 1111 | 0 | 1100011 | 1010110 | 111011 | 101100000 | 1100010 | 10101 |
Color Harmonies of #69010F
Complementary color
Monochromatic Colors of #69010F
Black with #69010F
Text Example
Text Example
White with #69010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69010F; }
p { color: rgb(105,1,15); }
H1.HeaderClassName
{
color: #69010F;
}
.AnyTagClassName
{
color: #69010F;
}
</style>
background-color css
<style>
a { background-color: #69010F; }
a { background-color: rgb(105,1,15); }
div.DivClassName
{
background-color: #69010F;
}
.BgClassName
{
background-color: #69010F;
}
</style>
border-color css
<style>
span { border-color: #69010F; }
span { border-color: rgb(105,1,15); }
td.TdClassName
{
border-color: #69010F;
}
.TagClassName
{
border-color: #69010F;
}
</style>