Shades of Burgundy #65011B
Tints of Burgundy #65011B
RGB
CMYK
RGB Variations
Color information
#65011B (or 0x65011B) is known color: Burgundy. HEX triplet: 65, 01 and 1B. RGB value is (101,1,27). Sum of RGB (Red+Green+Blue) = 101+1+27=129 (17% of max value = 765). Red value is 101 (39.84% from 255 or 78.29% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 101 - color contains mainly: red. Hex color #65011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65011B is #9AFEE4. Grayscale: #212121. Windows color (decimal): -10157797 or 1769829. OLE color: 1769829.
HSL color Cylindrical-coordinate representation of color #65011B: hue angle of 344.4º 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 #65011B is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.60 |
| HSL | 344.4º | 0.98% | 0.2% | - |
| HSV(B) | 344.4º | 0.99% | 0.4% | - |
| XYZ | 5.58 | 2.87 | 1.3 | - |
| YUV | 33.86 | 124.13 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 27 | 0 | 0.99 | 0.73 | 0.60 | 344.4 | 0.98 | 0.2 |
| Hex | 65 | 1 | 1B | 0 | 63 | 49 | 3C | 158 | 62 | 14 |
| Octal | 145 | 1 | 33 | 0 | 143 | 111 | 74 | 530 | 142 | 24 |
| Binary | 1100101 | 1 | 11011 | 0 | 1100011 | 1001001 | 111100 | 101011000 | 1100010 | 10100 |
Color Harmonies of #65011B
Complementary color
Monochromatic Colors of #65011B
Black with #65011B
Text Example
Text Example
White with #65011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65011B; }
p { color: rgb(101,1,27); }
H1.HeaderClassName
{
color: #65011B;
}
.AnyTagClassName
{
color: #65011B;
}
</style>
background-color css
<style>
a { background-color: #65011B; }
a { background-color: rgb(101,1,27); }
div.DivClassName
{
background-color: #65011B;
}
.BgClassName
{
background-color: #65011B;
}
</style>
border-color css
<style>
span { border-color: #65011B; }
span { border-color: rgb(101,1,27); }
td.TdClassName
{
border-color: #65011B;
}
.TagClassName
{
border-color: #65011B;
}
</style>