Shades of Burgundy #61011B
Tints of Burgundy #61011B
RGB
CMYK
RGB Variations
Color information
#61011B (or 0x61011B) is known color: Burgundy. HEX triplet: 61, 01 and 1B. RGB value is (97,1,27). Sum of RGB (Red+Green+Blue) = 97+1+27=125 (16% of max value = 765). Red value is 97 (38.28% from 255 or 77.6% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 97 - color contains mainly: red. Hex color #61011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61011B is #9EFEE4. Grayscale: #202020. Windows color (decimal): -10419941 or 1769825. OLE color: 1769825.
HSL color Cylindrical-coordinate representation of color #61011B: hue angle of 343.75º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61011B is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.62 |
| HSL | 343.75º | 0.98% | 0.19% | - |
| HSV(B) | 343.75º | 0.99% | 0.38% | - |
| XYZ | 5.14 | 2.64 | 1.28 | - |
| YUV | 32.67 | 124.8 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 27 | 0 | 0.99 | 0.72 | 0.62 | 343.75 | 0.98 | 0.19 |
| Hex | 61 | 1 | 1B | 0 | 63 | 48 | 3E | 158 | 62 | 13 |
| Octal | 141 | 1 | 33 | 0 | 143 | 110 | 76 | 530 | 142 | 23 |
| Binary | 1100001 | 1 | 11011 | 0 | 1100011 | 1001000 | 111110 | 101011000 | 1100010 | 10011 |
Color Harmonies of #61011B
Complementary color
Monochromatic Colors of #61011B
Black with #61011B
Text Example
Text Example
White with #61011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61011B; }
p { color: rgb(97,1,27); }
H1.HeaderClassName
{
color: #61011B;
}
.AnyTagClassName
{
color: #61011B;
}
</style>
background-color css
<style>
a { background-color: #61011B; }
a { background-color: rgb(97,1,27); }
div.DivClassName
{
background-color: #61011B;
}
.BgClassName
{
background-color: #61011B;
}
</style>
border-color css
<style>
span { border-color: #61011B; }
span { border-color: rgb(97,1,27); }
td.TdClassName
{
border-color: #61011B;
}
.TagClassName
{
border-color: #61011B;
}
</style>