Shades of Burgundy #69010A
Tints of Burgundy #69010A
RGB
CMYK
RGB Variations
Color information
#69010A (or 0x69010A) is known color: Burgundy. HEX triplet: 69, 01 and 0A. RGB value is (105,1,10). Sum of RGB (Red+Green+Blue) = 105+1+10=116 (15% of max value = 765). Red value is 105 (41.41% from 255 or 90.52% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 10 (4.30% from 255 or 8.62% from 116); Max value from RGB is 105 - color contains mainly: red. Hex color #69010A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69010A is #96FEF5. Grayscale: #212121. Windows color (decimal): -9895670 or 655721. OLE color: 655721.
HSL color Cylindrical-coordinate representation of color #69010A: hue angle of 354.81º 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 #69010A is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 1 | 10 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.59 |
| HSL | 354.81º | 0.98% | 0.21% | - |
| HSV(B) | 354.81º | 0.99% | 0.41% | - |
| XYZ | 5.89 | 3.05 | 0.56 | - |
| YUV | 33.12 | 114.96 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 10 | 0 | 0.99 | 0.90 | 0.59 | 354.81 | 0.98 | 0.21 |
| Hex | 69 | 1 | A | 0 | 63 | 5A | 3B | 163 | 62 | 15 |
| Octal | 151 | 1 | 12 | 0 | 143 | 132 | 73 | 543 | 142 | 25 |
| Binary | 1101001 | 1 | 1010 | 0 | 1100011 | 1011010 | 111011 | 101100011 | 1100010 | 10101 |
Color Harmonies of #69010A
Complementary color
Monochromatic Colors of #69010A
Black with #69010A
Text Example
Text Example
White with #69010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69010A; }
p { color: rgb(105,1,10); }
H1.HeaderClassName
{
color: #69010A;
}
.AnyTagClassName
{
color: #69010A;
}
</style>
background-color css
<style>
a { background-color: #69010A; }
a { background-color: rgb(105,1,10); }
div.DivClassName
{
background-color: #69010A;
}
.BgClassName
{
background-color: #69010A;
}
</style>
border-color css
<style>
span { border-color: #69010A; }
span { border-color: rgb(105,1,10); }
td.TdClassName
{
border-color: #69010A;
}
.TagClassName
{
border-color: #69010A;
}
</style>