Shades of Burgundy #65020C
Tints of Burgundy #65020C
RGB
CMYK
RGB Variations
Color information
#65020C (or 0x65020C) is known color: Burgundy. HEX triplet: 65, 02 and 0C. RGB value is (101,2,12). Sum of RGB (Red+Green+Blue) = 101+2+12=115 (15% of max value = 765). Red value is 101 (39.84% from 255 or 87.83% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 101 - color contains mainly: red. Hex color #65020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65020C is #9AFDF3. Grayscale: #202020. Windows color (decimal): -10157556 or 787045. OLE color: 787045.
HSL color Cylindrical-coordinate representation of color #65020C: hue angle of 353.94º 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 #65020C is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 2 | 12 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.60 |
| HSL | 353.94º | 0.96% | 0.2% | - |
| HSV(B) | 353.94º | 0.98% | 0.4% | - |
| XYZ | 5.45 | 2.84 | 0.61 | - |
| YUV | 32.74 | 116.3 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 12 | 0 | 0.98 | 0.88 | 0.60 | 353.94 | 0.96 | 0.2 |
| Hex | 65 | 2 | C | 0 | 62 | 58 | 3C | 162 | 60 | 14 |
| Octal | 145 | 2 | 14 | 0 | 142 | 130 | 74 | 542 | 140 | 24 |
| Binary | 1100101 | 10 | 1100 | 0 | 1100010 | 1011000 | 111100 | 101100010 | 1100000 | 10100 |
Color Harmonies of #65020C
Complementary color
Monochromatic Colors of #65020C
Black with #65020C
Text Example
Text Example
White with #65020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65020C; }
p { color: rgb(101,2,12); }
H1.HeaderClassName
{
color: #65020C;
}
.AnyTagClassName
{
color: #65020C;
}
</style>
background-color css
<style>
a { background-color: #65020C; }
a { background-color: rgb(101,2,12); }
div.DivClassName
{
background-color: #65020C;
}
.BgClassName
{
background-color: #65020C;
}
</style>
border-color css
<style>
span { border-color: #65020C; }
span { border-color: rgb(101,2,12); }
td.TdClassName
{
border-color: #65020C;
}
.TagClassName
{
border-color: #65020C;
}
</style>