Shades of Burgundy #69001F
Tints of Burgundy #69001F
RGB
CMYK
RGB Variations
Color information
#69001F (or 0x69001F) is known color: Burgundy. HEX triplet: 69, 00 and 1F. RGB value is (105,0,31). Sum of RGB (Red+Green+Blue) = 105+0+31=136 (18% of max value = 765). Red value is 105 (41.41% from 255 or 77.21% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 105 - color contains mainly: red. Hex color #69001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69001F is #96FFE0. Grayscale: #222222. Windows color (decimal): -9895905 or 2031721. OLE color: 2031721.
HSL color Cylindrical-coordinate representation of color #69001F: hue angle of 342.29º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #69001F is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.70 | 0.59 |
| HSL | 342.29º | 1% | 0.21% | - |
| HSV(B) | 342.29º | 1% | 0.41% | - |
| XYZ | 6.07 | 3.1 | 1.58 | - |
| YUV | 34.93 | 125.79 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 31 | 0 | 1 | 0.70 | 0.59 | 342.29 | 1 | 0.21 |
| Hex | 69 | 0 | 1F | 0 | 64 | 46 | 3B | 156 | 64 | 15 |
| Octal | 151 | 0 | 37 | 0 | 144 | 106 | 73 | 526 | 144 | 25 |
| Binary | 1101001 | 0 | 11111 | 0 | 1100100 | 1000110 | 111011 | 101010110 | 1100100 | 10101 |
Color Harmonies of #69001F
Complementary color
Monochromatic Colors of #69001F
Black with #69001F
Text Example
Text Example
White with #69001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69001F; }
p { color: rgb(105,0,31); }
H1.HeaderClassName
{
color: #69001F;
}
.AnyTagClassName
{
color: #69001F;
}
</style>
background-color css
<style>
a { background-color: #69001F; }
a { background-color: rgb(105,0,31); }
div.DivClassName
{
background-color: #69001F;
}
.BgClassName
{
background-color: #69001F;
}
</style>
border-color css
<style>
span { border-color: #69001F; }
span { border-color: rgb(105,0,31); }
td.TdClassName
{
border-color: #69001F;
}
.TagClassName
{
border-color: #69001F;
}
</style>