Shades of Burgundy #65000B
Tints of Burgundy #65000B
RGB
CMYK
RGB Variations
Color information
#65000B (or 0x65000B) is known color: Burgundy. HEX triplet: 65, 00 and 0B. RGB value is (101,0,11). Sum of RGB (Red+Green+Blue) = 101+0+11=112 (14% of max value = 765). Red value is 101 (39.84% from 255 or 90.18% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 101 - color contains mainly: red. Hex color #65000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65000B is #9AFFF4. Grayscale: #1F1F1F. Windows color (decimal): -10158069 or 720997. OLE color: 720997.
HSL color Cylindrical-coordinate representation of color #65000B: hue angle of 353.47º 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 #65000B is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.89 | 0.60 |
| HSL | 353.47º | 1% | 0.2% | - |
| HSV(B) | 353.47º | 1% | 0.4% | - |
| XYZ | 5.43 | 2.79 | 0.57 | - |
| YUV | 31.45 | 116.46 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 11 | 0 | 1 | 0.89 | 0.60 | 353.47 | 1 | 0.2 |
| Hex | 65 | 0 | B | 0 | 64 | 59 | 3C | 161 | 64 | 14 |
| Octal | 145 | 0 | 13 | 0 | 144 | 131 | 74 | 541 | 144 | 24 |
| Binary | 1100101 | 0 | 1011 | 0 | 1100100 | 1011001 | 111100 | 101100001 | 1100100 | 10100 |
Color Harmonies of #65000B
Complementary color
Monochromatic Colors of #65000B
Black with #65000B
Text Example
Text Example
White with #65000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65000B; }
p { color: rgb(101,0,11); }
H1.HeaderClassName
{
color: #65000B;
}
.AnyTagClassName
{
color: #65000B;
}
</style>
background-color css
<style>
a { background-color: #65000B; }
a { background-color: rgb(101,0,11); }
div.DivClassName
{
background-color: #65000B;
}
.BgClassName
{
background-color: #65000B;
}
</style>
border-color css
<style>
span { border-color: #65000B; }
span { border-color: rgb(101,0,11); }
td.TdClassName
{
border-color: #65000B;
}
.TagClassName
{
border-color: #65000B;
}
</style>