Shades of Burgundy #65030E
Tints of Burgundy #65030E
RGB
CMYK
RGB Variations
Color information
#65030E (or 0x65030E) is known color: Burgundy. HEX triplet: 65, 03 and 0E. RGB value is (101,3,14). Sum of RGB (Red+Green+Blue) = 101+3+14=118 (15% of max value = 765). Red value is 101 (39.84% from 255 or 85.59% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 101 - color contains mainly: red. Hex color #65030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65030E is #9AFCF1. Grayscale: #212121. Windows color (decimal): -10157298 or 918373. OLE color: 918373.
HSL color Cylindrical-coordinate representation of color #65030E: hue angle of 353.27º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #65030E is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 3 | 14 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.60 |
| HSL | 353.27º | 0.94% | 0.2% | - |
| HSV(B) | 353.27º | 0.97% | 0.4% | - |
| XYZ | 5.48 | 2.86 | 0.68 | - |
| YUV | 33.56 | 116.97 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 14 | 0 | 0.97 | 0.86 | 0.60 | 353.27 | 0.94 | 0.2 |
| Hex | 65 | 3 | E | 0 | 61 | 56 | 3C | 161 | 5E | 14 |
| Octal | 145 | 3 | 16 | 0 | 141 | 126 | 74 | 541 | 136 | 24 |
| Binary | 1100101 | 11 | 1110 | 0 | 1100001 | 1010110 | 111100 | 101100001 | 1011110 | 10100 |
Color Harmonies of #65030E
Complementary color
Monochromatic Colors of #65030E
Black with #65030E
Text Example
Text Example
White with #65030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65030E; }
p { color: rgb(101,3,14); }
H1.HeaderClassName
{
color: #65030E;
}
.AnyTagClassName
{
color: #65030E;
}
</style>
background-color css
<style>
a { background-color: #65030E; }
a { background-color: rgb(101,3,14); }
div.DivClassName
{
background-color: #65030E;
}
.BgClassName
{
background-color: #65030E;
}
</style>
border-color css
<style>
span { border-color: #65030E; }
span { border-color: rgb(101,3,14); }
td.TdClassName
{
border-color: #65030E;
}
.TagClassName
{
border-color: #65030E;
}
</style>