Shades of Burgundy #64011B
Tints of Burgundy #64011B
RGB
CMYK
RGB Variations
Color information
#64011B (or 0x64011B) is known color: Burgundy. HEX triplet: 64, 01 and 1B. RGB value is (100,1,27). Sum of RGB (Red+Green+Blue) = 100+1+27=128 (16% of max value = 765). Red value is 100 (39.45% from 255 or 78.12% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 100 - color contains mainly: red. Hex color #64011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64011B is #9BFEE4. Grayscale: #212121. Windows color (decimal): -10223333 or 1769828. OLE color: 1769828.
HSL color Cylindrical-coordinate representation of color #64011B: hue angle of 344.24º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64011B is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.61 |
| HSL | 344.24º | 0.98% | 0.2% | - |
| HSV(B) | 344.24º | 0.99% | 0.39% | - |
| XYZ | 5.46 | 2.81 | 1.29 | - |
| YUV | 33.57 | 124.3 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 27 | 0 | 0.99 | 0.73 | 0.61 | 344.24 | 0.98 | 0.2 |
| Hex | 64 | 1 | 1B | 0 | 63 | 49 | 3D | 158 | 62 | 14 |
| Octal | 144 | 1 | 33 | 0 | 143 | 111 | 75 | 530 | 142 | 24 |
| Binary | 1100100 | 1 | 11011 | 0 | 1100011 | 1001001 | 111101 | 101011000 | 1100010 | 10100 |
Color Harmonies of #64011B
Complementary color
Monochromatic Colors of #64011B
Black with #64011B
Text Example
Text Example
White with #64011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64011B; }
p { color: rgb(100,1,27); }
H1.HeaderClassName
{
color: #64011B;
}
.AnyTagClassName
{
color: #64011B;
}
</style>
background-color css
<style>
a { background-color: #64011B; }
a { background-color: rgb(100,1,27); }
div.DivClassName
{
background-color: #64011B;
}
.BgClassName
{
background-color: #64011B;
}
</style>
border-color css
<style>
span { border-color: #64011B; }
span { border-color: rgb(100,1,27); }
td.TdClassName
{
border-color: #64011B;
}
.TagClassName
{
border-color: #64011B;
}
</style>