Shades of Burgundy #65021F
Tints of Burgundy #65021F
RGB
CMYK
RGB Variations
Color information
#65021F (or 0x65021F) is known color: Burgundy. HEX triplet: 65, 02 and 1F. RGB value is (101,2,31). Sum of RGB (Red+Green+Blue) = 101+2+31=134 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.37% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 101 - color contains mainly: red. Hex color #65021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65021F is #9AFDE0. Grayscale: #222222. Windows color (decimal): -10157537 or 2032229. OLE color: 2032229.
HSL color Cylindrical-coordinate representation of color #65021F: hue angle of 342.42º 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 #65021F is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 2 | 31 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.60 |
| HSL | 342.42º | 0.96% | 0.2% | - |
| HSV(B) | 342.42º | 0.98% | 0.4% | - |
| XYZ | 5.64 | 2.91 | 1.56 | - |
| YUV | 34.91 | 125.8 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 31 | 0 | 0.98 | 0.69 | 0.60 | 342.42 | 0.96 | 0.2 |
| Hex | 65 | 2 | 1F | 0 | 62 | 45 | 3C | 156 | 60 | 14 |
| Octal | 145 | 2 | 37 | 0 | 142 | 105 | 74 | 526 | 140 | 24 |
| Binary | 1100101 | 10 | 11111 | 0 | 1100010 | 1000101 | 111100 | 101010110 | 1100000 | 10100 |
Color Harmonies of #65021F
Complementary color
Monochromatic Colors of #65021F
Black with #65021F
Text Example
Text Example
White with #65021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65021F; }
p { color: rgb(101,2,31); }
H1.HeaderClassName
{
color: #65021F;
}
.AnyTagClassName
{
color: #65021F;
}
</style>
background-color css
<style>
a { background-color: #65021F; }
a { background-color: rgb(101,2,31); }
div.DivClassName
{
background-color: #65021F;
}
.BgClassName
{
background-color: #65021F;
}
</style>
border-color css
<style>
span { border-color: #65021F; }
span { border-color: rgb(101,2,31); }
td.TdClassName
{
border-color: #65021F;
}
.TagClassName
{
border-color: #65021F;
}
</style>