Shades of Burgundy #67001D
Tints of Burgundy #67001D
RGB
CMYK
RGB Variations
Color information
#67001D (or 0x67001D) is known color: Burgundy. HEX triplet: 67, 00 and 1D. RGB value is (103,0,29). Sum of RGB (Red+Green+Blue) = 103+0+29=132 (17% of max value = 765). Red value is 103 (40.62% from 255 or 78.03% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 103 - color contains mainly: red. Hex color #67001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67001D is #98FFE2. Grayscale: #222222. Windows color (decimal): -10026979 or 1900647. OLE color: 1900647.
HSL color Cylindrical-coordinate representation of color #67001D: hue angle of 343.11º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #67001D is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.72 | 0.60 |
| HSL | 343.11º | 1% | 0.2% | - |
| HSV(B) | 343.11º | 1% | 0.4% | - |
| XYZ | 5.82 | 2.97 | 1.43 | - |
| YUV | 34.1 | 125.12 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 29 | 0 | 1 | 0.72 | 0.60 | 343.11 | 1 | 0.2 |
| Hex | 67 | 0 | 1D | 0 | 64 | 48 | 3C | 157 | 64 | 14 |
| Octal | 147 | 0 | 35 | 0 | 144 | 110 | 74 | 527 | 144 | 24 |
| Binary | 1100111 | 0 | 11101 | 0 | 1100100 | 1001000 | 111100 | 101010111 | 1100100 | 10100 |
Color Harmonies of #67001D
Complementary color
Monochromatic Colors of #67001D
Black with #67001D
Text Example
Text Example
White with #67001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67001D; }
p { color: rgb(103,0,29); }
H1.HeaderClassName
{
color: #67001D;
}
.AnyTagClassName
{
color: #67001D;
}
</style>
background-color css
<style>
a { background-color: #67001D; }
a { background-color: rgb(103,0,29); }
div.DivClassName
{
background-color: #67001D;
}
.BgClassName
{
background-color: #67001D;
}
</style>
border-color css
<style>
span { border-color: #67001D; }
span { border-color: rgb(103,0,29); }
td.TdClassName
{
border-color: #67001D;
}
.TagClassName
{
border-color: #67001D;
}
</style>