Shades of Burgundy #65001D
Tints of Burgundy #65001D
RGB
CMYK
RGB Variations
Color information
#65001D (or 0x65001D) is known color: Burgundy. HEX triplet: 65, 00 and 1D. RGB value is (101,0,29). Sum of RGB (Red+Green+Blue) = 101+0+29=130 (17% of max value = 765). Red value is 101 (39.84% from 255 or 77.69% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 101 - color contains mainly: red. Hex color #65001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65001D is #9AFFE2. Grayscale: #212121. Windows color (decimal): -10158051 or 1900645. OLE color: 1900645.
HSL color Cylindrical-coordinate representation of color #65001D: hue angle of 342.77º 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 #65001D is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.71 | 0.60 |
| HSL | 342.77º | 1% | 0.2% | - |
| HSV(B) | 342.77º | 1% | 0.4% | - |
| XYZ | 5.59 | 2.86 | 1.42 | - |
| YUV | 33.51 | 125.46 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 29 | 0 | 1 | 0.71 | 0.60 | 342.77 | 1 | 0.2 |
| Hex | 65 | 0 | 1D | 0 | 64 | 47 | 3C | 157 | 64 | 14 |
| Octal | 145 | 0 | 35 | 0 | 144 | 107 | 74 | 527 | 144 | 24 |
| Binary | 1100101 | 0 | 11101 | 0 | 1100100 | 1000111 | 111100 | 101010111 | 1100100 | 10100 |
Color Harmonies of #65001D
Complementary color
Monochromatic Colors of #65001D
Black with #65001D
Text Example
Text Example
White with #65001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65001D; }
p { color: rgb(101,0,29); }
H1.HeaderClassName
{
color: #65001D;
}
.AnyTagClassName
{
color: #65001D;
}
</style>
background-color css
<style>
a { background-color: #65001D; }
a { background-color: rgb(101,0,29); }
div.DivClassName
{
background-color: #65001D;
}
.BgClassName
{
background-color: #65001D;
}
</style>
border-color css
<style>
span { border-color: #65001D; }
span { border-color: rgb(101,0,29); }
td.TdClassName
{
border-color: #65001D;
}
.TagClassName
{
border-color: #65001D;
}
</style>