Shades of Burgundy #64020F
Tints of Burgundy #64020F
RGB
CMYK
RGB Variations
Color information
#64020F (or 0x64020F) is known color: Burgundy. HEX triplet: 64, 02 and 0F. RGB value is (100,2,15). Sum of RGB (Red+Green+Blue) = 100+2+15=117 (15% of max value = 765). Red value is 100 (39.45% from 255 or 85.47% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 100 - color contains mainly: red. Hex color #64020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64020F is #9BFDF0. Grayscale: #202020. Windows color (decimal): -10223089 or 983652. OLE color: 983652.
HSL color Cylindrical-coordinate representation of color #64020F: hue angle of 352.04º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64020F is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 2 | 15 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.61 |
| HSL | 352.04º | 0.96% | 0.2% | - |
| HSV(B) | 352.04º | 0.98% | 0.39% | - |
| XYZ | 5.36 | 2.79 | 0.71 | - |
| YUV | 32.78 | 117.97 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 15 | 0 | 0.98 | 0.85 | 0.61 | 352.04 | 0.96 | 0.2 |
| Hex | 64 | 2 | F | 0 | 62 | 55 | 3D | 160 | 60 | 14 |
| Octal | 144 | 2 | 17 | 0 | 142 | 125 | 75 | 540 | 140 | 24 |
| Binary | 1100100 | 10 | 1111 | 0 | 1100010 | 1010101 | 111101 | 101100000 | 1100000 | 10100 |
Color Harmonies of #64020F
Complementary color
Monochromatic Colors of #64020F
Black with #64020F
Text Example
Text Example
White with #64020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64020F; }
p { color: rgb(100,2,15); }
H1.HeaderClassName
{
color: #64020F;
}
.AnyTagClassName
{
color: #64020F;
}
</style>
background-color css
<style>
a { background-color: #64020F; }
a { background-color: rgb(100,2,15); }
div.DivClassName
{
background-color: #64020F;
}
.BgClassName
{
background-color: #64020F;
}
</style>
border-color css
<style>
span { border-color: #64020F; }
span { border-color: rgb(100,2,15); }
td.TdClassName
{
border-color: #64020F;
}
.TagClassName
{
border-color: #64020F;
}
</style>