Shades of Burgundy #61000C
Tints of Burgundy #61000C
RGB
CMYK
RGB Variations
Color information
#61000C (or 0x61000C) is known color: Burgundy. HEX triplet: 61, 00 and 0C. RGB value is (97,0,12). Sum of RGB (Red+Green+Blue) = 97+0+12=109 (14% of max value = 765). Red value is 97 (38.28% from 255 or 88.99% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 97 - color contains mainly: red. Hex color #61000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61000C is #9EFFF3. Grayscale: #1E1E1E. Windows color (decimal): -10420212 or 786529. OLE color: 786529.
HSL color Cylindrical-coordinate representation of color #61000C: hue angle of 352.58º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #61000C is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.88 | 0.62 |
| HSL | 352.58º | 1% | 0.19% | - |
| HSV(B) | 352.58º | 1% | 0.38% | - |
| XYZ | 5 | 2.57 | 0.58 | - |
| YUV | 30.37 | 117.64 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 12 | 0 | 1 | 0.88 | 0.62 | 352.58 | 1 | 0.19 |
| Hex | 61 | 0 | C | 0 | 64 | 58 | 3E | 161 | 64 | 13 |
| Octal | 141 | 0 | 14 | 0 | 144 | 130 | 76 | 541 | 144 | 23 |
| Binary | 1100001 | 0 | 1100 | 0 | 1100100 | 1011000 | 111110 | 101100001 | 1100100 | 10011 |
Color Harmonies of #61000C
Complementary color
Monochromatic Colors of #61000C
Black with #61000C
Text Example
Text Example
White with #61000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61000C; }
p { color: rgb(97,0,12); }
H1.HeaderClassName
{
color: #61000C;
}
.AnyTagClassName
{
color: #61000C;
}
</style>
background-color css
<style>
a { background-color: #61000C; }
a { background-color: rgb(97,0,12); }
div.DivClassName
{
background-color: #61000C;
}
.BgClassName
{
background-color: #61000C;
}
</style>
border-color css
<style>
span { border-color: #61000C; }
span { border-color: rgb(97,0,12); }
td.TdClassName
{
border-color: #61000C;
}
.TagClassName
{
border-color: #61000C;
}
</style>