Shades of Burgundy #65010D
Tints of Burgundy #65010D
RGB
CMYK
RGB Variations
Color information
#65010D (or 0x65010D) is known color: Burgundy. HEX triplet: 65, 01 and 0D. RGB value is (101,1,13). Sum of RGB (Red+Green+Blue) = 101+1+13=115 (15% of max value = 765). Red value is 101 (39.84% from 255 or 87.83% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 101 - color contains mainly: red. Hex color #65010D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65010D is #9AFEF2. Grayscale: #202020. Windows color (decimal): -10157811 or 852325. OLE color: 852325.
HSL color Cylindrical-coordinate representation of color #65010D: hue angle of 352.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65010D is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.60 |
| HSL | 352.8º | 0.98% | 0.2% | - |
| HSV(B) | 352.8º | 0.99% | 0.4% | - |
| XYZ | 5.45 | 2.82 | 0.64 | - |
| YUV | 32.27 | 117.13 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 13 | 0 | 0.99 | 0.87 | 0.60 | 352.8 | 0.98 | 0.2 |
| Hex | 65 | 1 | D | 0 | 63 | 57 | 3C | 161 | 62 | 14 |
| Octal | 145 | 1 | 15 | 0 | 143 | 127 | 74 | 541 | 142 | 24 |
| Binary | 1100101 | 1 | 1101 | 0 | 1100011 | 1010111 | 111100 | 101100001 | 1100010 | 10100 |
Color Harmonies of #65010D
Complementary color
Monochromatic Colors of #65010D
Black with #65010D
Text Example
Text Example
White with #65010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65010D; }
p { color: rgb(101,1,13); }
H1.HeaderClassName
{
color: #65010D;
}
.AnyTagClassName
{
color: #65010D;
}
</style>
background-color css
<style>
a { background-color: #65010D; }
a { background-color: rgb(101,1,13); }
div.DivClassName
{
background-color: #65010D;
}
.BgClassName
{
background-color: #65010D;
}
</style>
border-color css
<style>
span { border-color: #65010D; }
span { border-color: rgb(101,1,13); }
td.TdClassName
{
border-color: #65010D;
}
.TagClassName
{
border-color: #65010D;
}
</style>