Shades of Burgundy #67020F
Tints of Burgundy #67020F
RGB
CMYK
RGB Variations
Color information
#67020F (or 0x67020F) is known color: Burgundy. HEX triplet: 67, 02 and 0F. RGB value is (103,2,15). Sum of RGB (Red+Green+Blue) = 103+2+15=120 (15% of max value = 765). Red value is 103 (40.62% from 255 or 85.83% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 103 - color contains mainly: red. Hex color #67020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67020F is #98FDF0. Grayscale: #212121. Windows color (decimal): -10026481 or 983655. OLE color: 983655.
HSL color Cylindrical-coordinate representation of color #67020F: hue angle of 352.28º 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 #67020F is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 2 | 15 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.60 |
| HSL | 352.28º | 0.96% | 0.21% | - |
| HSV(B) | 352.28º | 0.98% | 0.4% | - |
| XYZ | 5.7 | 2.96 | 0.72 | - |
| YUV | 33.68 | 117.46 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 2 | 15 | 0 | 0.98 | 0.85 | 0.60 | 352.28 | 0.96 | 0.21 |
| Hex | 67 | 2 | F | 0 | 62 | 55 | 3C | 160 | 60 | 15 |
| Octal | 147 | 2 | 17 | 0 | 142 | 125 | 74 | 540 | 140 | 25 |
| Binary | 1100111 | 10 | 1111 | 0 | 1100010 | 1010101 | 111100 | 101100000 | 1100000 | 10101 |
Color Harmonies of #67020F
Complementary color
Monochromatic Colors of #67020F
Black with #67020F
Text Example
Text Example
White with #67020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67020F; }
p { color: rgb(103,2,15); }
H1.HeaderClassName
{
color: #67020F;
}
.AnyTagClassName
{
color: #67020F;
}
</style>
background-color css
<style>
a { background-color: #67020F; }
a { background-color: rgb(103,2,15); }
div.DivClassName
{
background-color: #67020F;
}
.BgClassName
{
background-color: #67020F;
}
</style>
border-color css
<style>
span { border-color: #67020F; }
span { border-color: rgb(103,2,15); }
td.TdClassName
{
border-color: #67020F;
}
.TagClassName
{
border-color: #67020F;
}
</style>