Shades of Burgundy #65021E
Tints of Burgundy #65021E
RGB
CMYK
RGB Variations
Color information
#65021E (or 0x65021E) is known color: Burgundy. HEX triplet: 65, 02 and 1E. RGB value is (101,2,30). Sum of RGB (Red+Green+Blue) = 101+2+30=133 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.94% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 101 - color contains mainly: red. Hex color #65021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65021E is #9AFDE1. Grayscale: #222222. Windows color (decimal): -10157538 or 1966693. OLE color: 1966693.
HSL color Cylindrical-coordinate representation of color #65021E: hue angle of 343.03º 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 #65021E is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 2 | 30 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.60 |
| HSL | 343.03º | 0.96% | 0.2% | - |
| HSV(B) | 343.03º | 0.98% | 0.4% | - |
| XYZ | 5.62 | 2.9 | 1.49 | - |
| YUV | 34.79 | 125.3 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 30 | 0 | 0.98 | 0.70 | 0.60 | 343.03 | 0.96 | 0.2 |
| Hex | 65 | 2 | 1E | 0 | 62 | 46 | 3C | 157 | 60 | 14 |
| Octal | 145 | 2 | 36 | 0 | 142 | 106 | 74 | 527 | 140 | 24 |
| Binary | 1100101 | 10 | 11110 | 0 | 1100010 | 1000110 | 111100 | 101010111 | 1100000 | 10100 |
Color Harmonies of #65021E
Complementary color
Monochromatic Colors of #65021E
Black with #65021E
Text Example
Text Example
White with #65021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65021E; }
p { color: rgb(101,2,30); }
H1.HeaderClassName
{
color: #65021E;
}
.AnyTagClassName
{
color: #65021E;
}
</style>
background-color css
<style>
a { background-color: #65021E; }
a { background-color: rgb(101,2,30); }
div.DivClassName
{
background-color: #65021E;
}
.BgClassName
{
background-color: #65021E;
}
</style>
border-color css
<style>
span { border-color: #65021E; }
span { border-color: rgb(101,2,30); }
td.TdClassName
{
border-color: #65021E;
}
.TagClassName
{
border-color: #65021E;
}
</style>