Shades of Burgundy #69000C
Tints of Burgundy #69000C
RGB
CMYK
RGB Variations
Color information
#69000C (or 0x69000C) is known color: Burgundy. HEX triplet: 69, 00 and 0C. RGB value is (105,0,12). Sum of RGB (Red+Green+Blue) = 105+0+12=117 (15% of max value = 765). Red value is 105 (41.41% from 255 or 89.74% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 105 - color contains mainly: red. Hex color #69000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69000C is #96FFF3. Grayscale: #202020. Windows color (decimal): -9895924 or 786537. OLE color: 786537.
HSL color Cylindrical-coordinate representation of color #69000C: hue angle of 353.14º 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 #69000C is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.89 | 0.59 |
| HSL | 353.14º | 1% | 0.21% | - |
| HSV(B) | 353.14º | 1% | 0.41% | - |
| XYZ | 5.89 | 3.03 | 0.62 | - |
| YUV | 32.76 | 116.29 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 12 | 0 | 1 | 0.89 | 0.59 | 353.14 | 1 | 0.21 |
| Hex | 69 | 0 | C | 0 | 64 | 59 | 3B | 161 | 64 | 15 |
| Octal | 151 | 0 | 14 | 0 | 144 | 131 | 73 | 541 | 144 | 25 |
| Binary | 1101001 | 0 | 1100 | 0 | 1100100 | 1011001 | 111011 | 101100001 | 1100100 | 10101 |
Color Harmonies of #69000C
Complementary color
Monochromatic Colors of #69000C
Black with #69000C
Text Example
Text Example
White with #69000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69000C; }
p { color: rgb(105,0,12); }
H1.HeaderClassName
{
color: #69000C;
}
.AnyTagClassName
{
color: #69000C;
}
</style>
background-color css
<style>
a { background-color: #69000C; }
a { background-color: rgb(105,0,12); }
div.DivClassName
{
background-color: #69000C;
}
.BgClassName
{
background-color: #69000C;
}
</style>
border-color css
<style>
span { border-color: #69000C; }
span { border-color: rgb(105,0,12); }
td.TdClassName
{
border-color: #69000C;
}
.TagClassName
{
border-color: #69000C;
}
</style>