Shades of Burgundy #67001E
Tints of Burgundy #67001E
RGB
CMYK
RGB Variations
Color information
#67001E (or 0x67001E) is known color: Burgundy. HEX triplet: 67, 00 and 1E. RGB value is (103,0,30). Sum of RGB (Red+Green+Blue) = 103+0+30=133 (17% of max value = 765). Red value is 103 (40.62% from 255 or 77.44% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 103 - color contains mainly: red. Hex color #67001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67001E is #98FFE1. Grayscale: #222222. Windows color (decimal): -10026978 or 1966183. OLE color: 1966183.
HSL color Cylindrical-coordinate representation of color #67001E: hue angle of 342.52º 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 #67001E is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.71 | 0.60 |
| HSL | 342.52º | 1% | 0.2% | - |
| HSV(B) | 342.52º | 1% | 0.4% | - |
| XYZ | 5.83 | 2.98 | 1.5 | - |
| YUV | 34.22 | 125.62 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 30 | 0 | 1 | 0.71 | 0.60 | 342.52 | 1 | 0.2 |
| Hex | 67 | 0 | 1E | 0 | 64 | 47 | 3C | 157 | 64 | 14 |
| Octal | 147 | 0 | 36 | 0 | 144 | 107 | 74 | 527 | 144 | 24 |
| Binary | 1100111 | 0 | 11110 | 0 | 1100100 | 1000111 | 111100 | 101010111 | 1100100 | 10100 |
Color Harmonies of #67001E
Complementary color
Monochromatic Colors of #67001E
Black with #67001E
Text Example
Text Example
White with #67001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67001E; }
p { color: rgb(103,0,30); }
H1.HeaderClassName
{
color: #67001E;
}
.AnyTagClassName
{
color: #67001E;
}
</style>
background-color css
<style>
a { background-color: #67001E; }
a { background-color: rgb(103,0,30); }
div.DivClassName
{
background-color: #67001E;
}
.BgClassName
{
background-color: #67001E;
}
</style>
border-color css
<style>
span { border-color: #67001E; }
span { border-color: rgb(103,0,30); }
td.TdClassName
{
border-color: #67001E;
}
.TagClassName
{
border-color: #67001E;
}
</style>