Shades of Burgundy #67011B
Tints of Burgundy #67011B
RGB
CMYK
RGB Variations
Color information
#67011B (or 0x67011B) is known color: Burgundy. HEX triplet: 67, 01 and 1B. RGB value is (103,1,27). Sum of RGB (Red+Green+Blue) = 103+1+27=131 (17% of max value = 765). Red value is 103 (40.62% from 255 or 78.63% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 103 - color contains mainly: red. Hex color #67011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67011B is #98FEE4. Grayscale: #222222. Windows color (decimal): -10026725 or 1769831. OLE color: 1769831.
HSL color Cylindrical-coordinate representation of color #67011B: hue angle of 344.71º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67011B is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.60 |
| HSL | 344.71º | 0.98% | 0.2% | - |
| HSV(B) | 344.71º | 0.99% | 0.4% | - |
| XYZ | 5.8 | 2.98 | 1.31 | - |
| YUV | 34.46 | 123.79 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 27 | 0 | 0.99 | 0.74 | 0.60 | 344.71 | 0.98 | 0.2 |
| Hex | 67 | 1 | 1B | 0 | 63 | 4A | 3C | 159 | 62 | 14 |
| Octal | 147 | 1 | 33 | 0 | 143 | 112 | 74 | 531 | 142 | 24 |
| Binary | 1100111 | 1 | 11011 | 0 | 1100011 | 1001010 | 111100 | 101011001 | 1100010 | 10100 |
Color Harmonies of #67011B
Complementary color
Monochromatic Colors of #67011B
Black with #67011B
Text Example
Text Example
White with #67011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67011B; }
p { color: rgb(103,1,27); }
H1.HeaderClassName
{
color: #67011B;
}
.AnyTagClassName
{
color: #67011B;
}
</style>
background-color css
<style>
a { background-color: #67011B; }
a { background-color: rgb(103,1,27); }
div.DivClassName
{
background-color: #67011B;
}
.BgClassName
{
background-color: #67011B;
}
</style>
border-color css
<style>
span { border-color: #67011B; }
span { border-color: rgb(103,1,27); }
td.TdClassName
{
border-color: #67011B;
}
.TagClassName
{
border-color: #67011B;
}
</style>