Shades of Burgundy #65021B
Tints of Burgundy #65021B
RGB
CMYK
RGB Variations
Color information
#65021B (or 0x65021B) is known color: Burgundy. HEX triplet: 65, 02 and 1B. RGB value is (101,2,27). Sum of RGB (Red+Green+Blue) = 101+2+27=130 (17% of max value = 765). Red value is 101 (39.84% from 255 or 77.69% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 101 - color contains mainly: red. Hex color #65021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65021B is #9AFDE4. Grayscale: #222222. Windows color (decimal): -10157541 or 1770085. OLE color: 1770085.
HSL color Cylindrical-coordinate representation of color #65021B: hue angle of 344.85º 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 #65021B is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 2 | 27 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.60 |
| HSL | 344.85º | 0.96% | 0.2% | - |
| HSV(B) | 344.85º | 0.98% | 0.4% | - |
| XYZ | 5.59 | 2.89 | 1.3 | - |
| YUV | 34.45 | 123.8 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 27 | 0 | 0.98 | 0.73 | 0.60 | 344.85 | 0.96 | 0.2 |
| Hex | 65 | 2 | 1B | 0 | 62 | 49 | 3C | 159 | 60 | 14 |
| Octal | 145 | 2 | 33 | 0 | 142 | 111 | 74 | 531 | 140 | 24 |
| Binary | 1100101 | 10 | 11011 | 0 | 1100010 | 1001001 | 111100 | 101011001 | 1100000 | 10100 |
Color Harmonies of #65021B
Complementary color
Monochromatic Colors of #65021B
Black with #65021B
Text Example
Text Example
White with #65021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65021B; }
p { color: rgb(101,2,27); }
H1.HeaderClassName
{
color: #65021B;
}
.AnyTagClassName
{
color: #65021B;
}
</style>
background-color css
<style>
a { background-color: #65021B; }
a { background-color: rgb(101,2,27); }
div.DivClassName
{
background-color: #65021B;
}
.BgClassName
{
background-color: #65021B;
}
</style>
border-color css
<style>
span { border-color: #65021B; }
span { border-color: rgb(101,2,27); }
td.TdClassName
{
border-color: #65021B;
}
.TagClassName
{
border-color: #65021B;
}
</style>