Shades of Burgundy #69050B
Tints of Burgundy #69050B
RGB
CMYK
RGB Variations
Color information
#69050B (or 0x69050B) is known color: Burgundy. HEX triplet: 69, 05 and 0B. RGB value is (105,5,11). Sum of RGB (Red+Green+Blue) = 105+5+11=121 (16% of max value = 765). Red value is 105 (41.41% from 255 or 86.78% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 105 - color contains mainly: red. Hex color #69050B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69050B is #96FAF4. Grayscale: #232323. Windows color (decimal): -9894645 or 722281. OLE color: 722281.
HSL color Cylindrical-coordinate representation of color #69050B: hue angle of 356.4º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #69050B is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 5 | 11 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.59 |
| HSL | 356.4º | 0.91% | 0.22% | - |
| HSV(B) | 356.4º | 0.95% | 0.41% | - |
| XYZ | 5.94 | 3.14 | 0.61 | - |
| YUV | 35.58 | 114.13 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 5 | 11 | 0 | 0.95 | 0.90 | 0.59 | 356.4 | 0.91 | 0.22 |
| Hex | 69 | 5 | B | 0 | 5F | 5A | 3B | 164 | 5B | 16 |
| Octal | 151 | 5 | 13 | 0 | 137 | 132 | 73 | 544 | 133 | 26 |
| Binary | 1101001 | 101 | 1011 | 0 | 1011111 | 1011010 | 111011 | 101100100 | 1011011 | 10110 |
Color Harmonies of #69050B
Complementary color
Monochromatic Colors of #69050B
Black with #69050B
Text Example
Text Example
White with #69050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69050B; }
p { color: rgb(105,5,11); }
H1.HeaderClassName
{
color: #69050B;
}
.AnyTagClassName
{
color: #69050B;
}
</style>
background-color css
<style>
a { background-color: #69050B; }
a { background-color: rgb(105,5,11); }
div.DivClassName
{
background-color: #69050B;
}
.BgClassName
{
background-color: #69050B;
}
</style>
border-color css
<style>
span { border-color: #69050B; }
span { border-color: rgb(105,5,11); }
td.TdClassName
{
border-color: #69050B;
}
.TagClassName
{
border-color: #69050B;
}
</style>