Shades of Burgundy #69030C
Tints of Burgundy #69030C
RGB
CMYK
RGB Variations
Color information
#69030C (or 0x69030C) is known color: Burgundy. HEX triplet: 69, 03 and 0C. RGB value is (105,3,12). Sum of RGB (Red+Green+Blue) = 105+3+12=120 (15% of max value = 765). Red value is 105 (41.41% from 255 or 87.5% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 105 - color contains mainly: red. Hex color #69030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69030C is #96FCF3. Grayscale: #222222. Windows color (decimal): -9895156 or 787305. OLE color: 787305.
HSL color Cylindrical-coordinate representation of color #69030C: hue angle of 354.71º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #69030C is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 3 | 12 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.59 |
| HSL | 354.71º | 0.94% | 0.21% | - |
| HSV(B) | 354.71º | 0.97% | 0.41% | - |
| XYZ | 5.92 | 3.09 | 0.63 | - |
| YUV | 34.52 | 115.29 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 3 | 12 | 0 | 0.97 | 0.89 | 0.59 | 354.71 | 0.94 | 0.21 |
| Hex | 69 | 3 | C | 0 | 61 | 59 | 3B | 163 | 5E | 15 |
| Octal | 151 | 3 | 14 | 0 | 141 | 131 | 73 | 543 | 136 | 25 |
| Binary | 1101001 | 11 | 1100 | 0 | 1100001 | 1011001 | 111011 | 101100011 | 1011110 | 10101 |
Color Harmonies of #69030C
Complementary color
Monochromatic Colors of #69030C
Black with #69030C
Text Example
Text Example
White with #69030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69030C; }
p { color: rgb(105,3,12); }
H1.HeaderClassName
{
color: #69030C;
}
.AnyTagClassName
{
color: #69030C;
}
</style>
background-color css
<style>
a { background-color: #69030C; }
a { background-color: rgb(105,3,12); }
div.DivClassName
{
background-color: #69030C;
}
.BgClassName
{
background-color: #69030C;
}
</style>
border-color css
<style>
span { border-color: #69030C; }
span { border-color: rgb(105,3,12); }
td.TdClassName
{
border-color: #69030C;
}
.TagClassName
{
border-color: #69030C;
}
</style>