Shades of Burgundy #65011D
Tints of Burgundy #65011D
RGB
CMYK
RGB Variations
Color information
#65011D (or 0x65011D) is known color: Burgundy. HEX triplet: 65, 01 and 1D. RGB value is (101,1,29). Sum of RGB (Red+Green+Blue) = 101+1+29=131 (17% of max value = 765). Red value is 101 (39.84% from 255 or 77.10% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 101 - color contains mainly: red. Hex color #65011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65011D is #9AFEE2. Grayscale: #222222. Windows color (decimal): -10157795 or 1900901. OLE color: 1900901.
HSL color Cylindrical-coordinate representation of color #65011D: hue angle of 343.2º 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 #65011D is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 1 | 29 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.60 |
| HSL | 343.2º | 0.98% | 0.2% | - |
| HSV(B) | 343.2º | 0.99% | 0.4% | - |
| XYZ | 5.6 | 2.88 | 1.42 | - |
| YUV | 34.09 | 125.13 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 29 | 0 | 0.99 | 0.71 | 0.60 | 343.2 | 0.98 | 0.2 |
| Hex | 65 | 1 | 1D | 0 | 63 | 47 | 3C | 157 | 62 | 14 |
| Octal | 145 | 1 | 35 | 0 | 143 | 107 | 74 | 527 | 142 | 24 |
| Binary | 1100101 | 1 | 11101 | 0 | 1100011 | 1000111 | 111100 | 101010111 | 1100010 | 10100 |
Color Harmonies of #65011D
Complementary color
Monochromatic Colors of #65011D
Black with #65011D
Text Example
Text Example
White with #65011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65011D; }
p { color: rgb(101,1,29); }
H1.HeaderClassName
{
color: #65011D;
}
.AnyTagClassName
{
color: #65011D;
}
</style>
background-color css
<style>
a { background-color: #65011D; }
a { background-color: rgb(101,1,29); }
div.DivClassName
{
background-color: #65011D;
}
.BgClassName
{
background-color: #65011D;
}
</style>
border-color css
<style>
span { border-color: #65011D; }
span { border-color: rgb(101,1,29); }
td.TdClassName
{
border-color: #65011D;
}
.TagClassName
{
border-color: #65011D;
}
</style>