Shades of Burgundy #67020C
Tints of Burgundy #67020C
RGB
CMYK
RGB Variations
Color information
#67020C (or 0x67020C) is known color: Burgundy. HEX triplet: 67, 02 and 0C. RGB value is (103,2,12). Sum of RGB (Red+Green+Blue) = 103+2+12=117 (15% of max value = 765). Red value is 103 (40.62% from 255 or 88.03% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 103 - color contains mainly: red. Hex color #67020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67020C is #98FDF3. Grayscale: #212121. Windows color (decimal): -10026484 or 787047. OLE color: 787047.
HSL color Cylindrical-coordinate representation of color #67020C: hue angle of 354.06º 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 #67020C is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 2 | 12 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.60 |
| HSL | 354.06º | 0.96% | 0.21% | - |
| HSV(B) | 354.06º | 0.98% | 0.4% | - |
| XYZ | 5.68 | 2.95 | 0.62 | - |
| YUV | 33.34 | 115.96 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 2 | 12 | 0 | 0.98 | 0.88 | 0.60 | 354.06 | 0.96 | 0.21 |
| Hex | 67 | 2 | C | 0 | 62 | 58 | 3C | 162 | 60 | 15 |
| Octal | 147 | 2 | 14 | 0 | 142 | 130 | 74 | 542 | 140 | 25 |
| Binary | 1100111 | 10 | 1100 | 0 | 1100010 | 1011000 | 111100 | 101100010 | 1100000 | 10101 |
Color Harmonies of #67020C
Complementary color
Monochromatic Colors of #67020C
Black with #67020C
Text Example
Text Example
White with #67020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67020C; }
p { color: rgb(103,2,12); }
H1.HeaderClassName
{
color: #67020C;
}
.AnyTagClassName
{
color: #67020C;
}
</style>
background-color css
<style>
a { background-color: #67020C; }
a { background-color: rgb(103,2,12); }
div.DivClassName
{
background-color: #67020C;
}
.BgClassName
{
background-color: #67020C;
}
</style>
border-color css
<style>
span { border-color: #67020C; }
span { border-color: rgb(103,2,12); }
td.TdClassName
{
border-color: #67020C;
}
.TagClassName
{
border-color: #67020C;
}
</style>