Shades of Burgundy #65001E
Tints of Burgundy #65001E
RGB
CMYK
RGB Variations
Color information
#65001E (or 0x65001E) is known color: Burgundy. HEX triplet: 65, 00 and 1E. RGB value is (101,0,30). Sum of RGB (Red+Green+Blue) = 101+0+30=131 (17% of max value = 765). Red value is 101 (39.84% from 255 or 77.10% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 101 - color contains mainly: red. Hex color #65001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65001E is #9AFFE1. Grayscale: #212121. Windows color (decimal): -10158050 or 1966181. OLE color: 1966181.
HSL color Cylindrical-coordinate representation of color #65001E: hue angle of 342.18º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65001E is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.70 | 0.60 |
| HSL | 342.18º | 1% | 0.2% | - |
| HSV(B) | 342.18º | 1% | 0.4% | - |
| XYZ | 5.6 | 2.86 | 1.49 | - |
| YUV | 33.62 | 125.96 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 30 | 0 | 1 | 0.70 | 0.60 | 342.18 | 1 | 0.2 |
| Hex | 65 | 0 | 1E | 0 | 64 | 46 | 3C | 156 | 64 | 14 |
| Octal | 145 | 0 | 36 | 0 | 144 | 106 | 74 | 526 | 144 | 24 |
| Binary | 1100101 | 0 | 11110 | 0 | 1100100 | 1000110 | 111100 | 101010110 | 1100100 | 10100 |
Color Harmonies of #65001E
Complementary color
Monochromatic Colors of #65001E
Black with #65001E
Text Example
Text Example
White with #65001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65001E; }
p { color: rgb(101,0,30); }
H1.HeaderClassName
{
color: #65001E;
}
.AnyTagClassName
{
color: #65001E;
}
</style>
background-color css
<style>
a { background-color: #65001E; }
a { background-color: rgb(101,0,30); }
div.DivClassName
{
background-color: #65001E;
}
.BgClassName
{
background-color: #65001E;
}
</style>
border-color css
<style>
span { border-color: #65001E; }
span { border-color: rgb(101,0,30); }
td.TdClassName
{
border-color: #65001E;
}
.TagClassName
{
border-color: #65001E;
}
</style>