Shades of Burgundy #65020B
Tints of Burgundy #65020B
RGB
CMYK
RGB Variations
Color information
#65020B (or 0x65020B) is known color: Burgundy. HEX triplet: 65, 02 and 0B. RGB value is (101,2,11). Sum of RGB (Red+Green+Blue) = 101+2+11=114 (15% of max value = 765). Red value is 101 (39.84% from 255 or 88.60% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 101 - color contains mainly: red. Hex color #65020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65020B is #9AFDF4. Grayscale: #202020. Windows color (decimal): -10157557 or 721509. OLE color: 721509.
HSL color Cylindrical-coordinate representation of color #65020B: hue angle of 354.55º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #65020B is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 2 | 11 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.60 |
| HSL | 354.55º | 0.96% | 0.2% | - |
| HSV(B) | 354.55º | 0.98% | 0.4% | - |
| XYZ | 5.45 | 2.83 | 0.58 | - |
| YUV | 32.63 | 115.8 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 11 | 0 | 0.98 | 0.89 | 0.60 | 354.55 | 0.96 | 0.2 |
| Hex | 65 | 2 | B | 0 | 62 | 59 | 3C | 163 | 60 | 14 |
| Octal | 145 | 2 | 13 | 0 | 142 | 131 | 74 | 543 | 140 | 24 |
| Binary | 1100101 | 10 | 1011 | 0 | 1100010 | 1011001 | 111100 | 101100011 | 1100000 | 10100 |
Color Harmonies of #65020B
Complementary color
Monochromatic Colors of #65020B
Black with #65020B
Text Example
Text Example
White with #65020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65020B; }
p { color: rgb(101,2,11); }
H1.HeaderClassName
{
color: #65020B;
}
.AnyTagClassName
{
color: #65020B;
}
</style>
background-color css
<style>
a { background-color: #65020B; }
a { background-color: rgb(101,2,11); }
div.DivClassName
{
background-color: #65020B;
}
.BgClassName
{
background-color: #65020B;
}
</style>
border-color css
<style>
span { border-color: #65020B; }
span { border-color: rgb(101,2,11); }
td.TdClassName
{
border-color: #65020B;
}
.TagClassName
{
border-color: #65020B;
}
</style>