Shades of Burgundy #67021D
Tints of Burgundy #67021D
RGB
CMYK
RGB Variations
Color information
#67021D (or 0x67021D) is known color: Burgundy. HEX triplet: 67, 02 and 1D. RGB value is (103,2,29). Sum of RGB (Red+Green+Blue) = 103+2+29=134 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.87% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 103 - color contains mainly: red. Hex color #67021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67021D is #98FDE2. Grayscale: #232323. Windows color (decimal): -10026467 or 1901159. OLE color: 1901159.
HSL color Cylindrical-coordinate representation of color #67021D: hue angle of 343.96º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #67021D is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 2 | 29 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.60 |
| HSL | 343.96º | 0.96% | 0.21% | - |
| HSV(B) | 343.96º | 0.98% | 0.4% | - |
| XYZ | 5.84 | 3.02 | 1.44 | - |
| YUV | 35.28 | 124.46 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 2 | 29 | 0 | 0.98 | 0.72 | 0.60 | 343.96 | 0.96 | 0.21 |
| Hex | 67 | 2 | 1D | 0 | 62 | 48 | 3C | 158 | 60 | 15 |
| Octal | 147 | 2 | 35 | 0 | 142 | 110 | 74 | 530 | 140 | 25 |
| Binary | 1100111 | 10 | 11101 | 0 | 1100010 | 1001000 | 111100 | 101011000 | 1100000 | 10101 |
Color Harmonies of #67021D
Complementary color
Monochromatic Colors of #67021D
Black with #67021D
Text Example
Text Example
White with #67021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67021D; }
p { color: rgb(103,2,29); }
H1.HeaderClassName
{
color: #67021D;
}
.AnyTagClassName
{
color: #67021D;
}
</style>
background-color css
<style>
a { background-color: #67021D; }
a { background-color: rgb(103,2,29); }
div.DivClassName
{
background-color: #67021D;
}
.BgClassName
{
background-color: #67021D;
}
</style>
border-color css
<style>
span { border-color: #67021D; }
span { border-color: rgb(103,2,29); }
td.TdClassName
{
border-color: #67021D;
}
.TagClassName
{
border-color: #67021D;
}
</style>