Shades of Burgundy #65020E
Tints of Burgundy #65020E
RGB
CMYK
RGB Variations
Color information
#65020E (or 0x65020E) is known color: Burgundy. HEX triplet: 65, 02 and 0E. RGB value is (101,2,14). Sum of RGB (Red+Green+Blue) = 101+2+14=117 (15% of max value = 765). Red value is 101 (39.84% from 255 or 86.32% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 101 - color contains mainly: red. Hex color #65020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65020E is #9AFDF1. Grayscale: #212121. Windows color (decimal): -10157554 or 918117. OLE color: 918117.
HSL color Cylindrical-coordinate representation of color #65020E: hue angle of 352.73º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #65020E is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 2 | 14 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.60 |
| HSL | 352.73º | 0.96% | 0.2% | - |
| HSV(B) | 352.73º | 0.98% | 0.4% | - |
| XYZ | 5.47 | 2.84 | 0.68 | - |
| YUV | 32.97 | 117.3 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 14 | 0 | 0.98 | 0.86 | 0.60 | 352.73 | 0.96 | 0.2 |
| Hex | 65 | 2 | E | 0 | 62 | 56 | 3C | 161 | 60 | 14 |
| Octal | 145 | 2 | 16 | 0 | 142 | 126 | 74 | 541 | 140 | 24 |
| Binary | 1100101 | 10 | 1110 | 0 | 1100010 | 1010110 | 111100 | 101100001 | 1100000 | 10100 |
Color Harmonies of #65020E
Complementary color
Monochromatic Colors of #65020E
Black with #65020E
Text Example
Text Example
White with #65020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65020E; }
p { color: rgb(101,2,14); }
H1.HeaderClassName
{
color: #65020E;
}
.AnyTagClassName
{
color: #65020E;
}
</style>
background-color css
<style>
a { background-color: #65020E; }
a { background-color: rgb(101,2,14); }
div.DivClassName
{
background-color: #65020E;
}
.BgClassName
{
background-color: #65020E;
}
</style>
border-color css
<style>
span { border-color: #65020E; }
span { border-color: rgb(101,2,14); }
td.TdClassName
{
border-color: #65020E;
}
.TagClassName
{
border-color: #65020E;
}
</style>