Shades of Burgundy #69011F
Tints of Burgundy #69011F
RGB
CMYK
RGB Variations
Color information
#69011F (or 0x69011F) is known color: Burgundy. HEX triplet: 69, 01 and 1F. RGB value is (105,1,31). Sum of RGB (Red+Green+Blue) = 105+1+31=137 (18% of max value = 765). Red value is 105 (41.41% from 255 or 76.64% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 105 - color contains mainly: red. Hex color #69011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69011F is #96FEE0. Grayscale: #232323. Windows color (decimal): -9895649 or 2031977. OLE color: 2031977.
HSL color Cylindrical-coordinate representation of color #69011F: hue angle of 342.69º 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 #69011F is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 1 | 31 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.59 |
| HSL | 342.69º | 0.98% | 0.21% | - |
| HSV(B) | 342.69º | 0.99% | 0.41% | - |
| XYZ | 6.08 | 3.12 | 1.58 | - |
| YUV | 35.52 | 125.46 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 31 | 0 | 0.99 | 0.70 | 0.59 | 342.69 | 0.98 | 0.21 |
| Hex | 69 | 1 | 1F | 0 | 63 | 46 | 3B | 157 | 62 | 15 |
| Octal | 151 | 1 | 37 | 0 | 143 | 106 | 73 | 527 | 142 | 25 |
| Binary | 1101001 | 1 | 11111 | 0 | 1100011 | 1000110 | 111011 | 101010111 | 1100010 | 10101 |
Color Harmonies of #69011F
Complementary color
Monochromatic Colors of #69011F
Black with #69011F
Text Example
Text Example
White with #69011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69011F; }
p { color: rgb(105,1,31); }
H1.HeaderClassName
{
color: #69011F;
}
.AnyTagClassName
{
color: #69011F;
}
</style>
background-color css
<style>
a { background-color: #69011F; }
a { background-color: rgb(105,1,31); }
div.DivClassName
{
background-color: #69011F;
}
.BgClassName
{
background-color: #69011F;
}
</style>
border-color css
<style>
span { border-color: #69011F; }
span { border-color: rgb(105,1,31); }
td.TdClassName
{
border-color: #69011F;
}
.TagClassName
{
border-color: #69011F;
}
</style>