Shades of Burgundy #65020D
Tints of Burgundy #65020D
RGB
CMYK
RGB Variations
Color information
#65020D (or 0x65020D) is known color: Burgundy. HEX triplet: 65, 02 and 0D. RGB value is (101,2,13). Sum of RGB (Red+Green+Blue) = 101+2+13=116 (15% of max value = 765). Red value is 101 (39.84% from 255 or 87.07% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 101 - color contains mainly: red. Hex color #65020D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65020D is #9AFDF2. Grayscale: #202020. Windows color (decimal): -10157555 or 852581. OLE color: 852581.
HSL color Cylindrical-coordinate representation of color #65020D: hue angle of 353.33º 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 #65020D is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 2 | 13 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.60 |
| HSL | 353.33º | 0.96% | 0.2% | - |
| HSV(B) | 353.33º | 0.98% | 0.4% | - |
| XYZ | 5.46 | 2.84 | 0.64 | - |
| YUV | 32.86 | 116.8 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 13 | 0 | 0.98 | 0.87 | 0.60 | 353.33 | 0.96 | 0.2 |
| Hex | 65 | 2 | D | 0 | 62 | 57 | 3C | 161 | 60 | 14 |
| Octal | 145 | 2 | 15 | 0 | 142 | 127 | 74 | 541 | 140 | 24 |
| Binary | 1100101 | 10 | 1101 | 0 | 1100010 | 1010111 | 111100 | 101100001 | 1100000 | 10100 |
Color Harmonies of #65020D
Complementary color
Monochromatic Colors of #65020D
Black with #65020D
Text Example
Text Example
White with #65020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65020D; }
p { color: rgb(101,2,13); }
H1.HeaderClassName
{
color: #65020D;
}
.AnyTagClassName
{
color: #65020D;
}
</style>
background-color css
<style>
a { background-color: #65020D; }
a { background-color: rgb(101,2,13); }
div.DivClassName
{
background-color: #65020D;
}
.BgClassName
{
background-color: #65020D;
}
</style>
border-color css
<style>
span { border-color: #65020D; }
span { border-color: rgb(101,2,13); }
td.TdClassName
{
border-color: #65020D;
}
.TagClassName
{
border-color: #65020D;
}
</style>