Shades of Burgundy #69001C
Tints of Burgundy #69001C
RGB
CMYK
RGB Variations
Color information
#69001C (or 0x69001C) is known color: Burgundy. HEX triplet: 69, 00 and 1C. RGB value is (105,0,28). Sum of RGB (Red+Green+Blue) = 105+0+28=133 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.95% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 105 - color contains mainly: red. Hex color #69001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69001C is #96FFE3. Grayscale: #222222. Windows color (decimal): -9895908 or 1835113. OLE color: 1835113.
HSL color Cylindrical-coordinate representation of color #69001C: hue angle of 344º 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 #69001C is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.73 | 0.59 |
| HSL | 344º | 1% | 0.21% | - |
| HSV(B) | 344º | 1% | 0.41% | - |
| XYZ | 6.04 | 3.09 | 1.38 | - |
| YUV | 34.59 | 124.29 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 28 | 0 | 1 | 0.73 | 0.59 | 344 | 1 | 0.21 |
| Hex | 69 | 0 | 1C | 0 | 64 | 49 | 3B | 158 | 64 | 15 |
| Octal | 151 | 0 | 34 | 0 | 144 | 111 | 73 | 530 | 144 | 25 |
| Binary | 1101001 | 0 | 11100 | 0 | 1100100 | 1001001 | 111011 | 101011000 | 1100100 | 10101 |
Color Harmonies of #69001C
Complementary color
Monochromatic Colors of #69001C
Black with #69001C
Text Example
Text Example
White with #69001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69001C; }
p { color: rgb(105,0,28); }
H1.HeaderClassName
{
color: #69001C;
}
.AnyTagClassName
{
color: #69001C;
}
</style>
background-color css
<style>
a { background-color: #69001C; }
a { background-color: rgb(105,0,28); }
div.DivClassName
{
background-color: #69001C;
}
.BgClassName
{
background-color: #69001C;
}
</style>
border-color css
<style>
span { border-color: #69001C; }
span { border-color: rgb(105,0,28); }
td.TdClassName
{
border-color: #69001C;
}
.TagClassName
{
border-color: #69001C;
}
</style>