Shades of Burgundy #670521
Tints of Burgundy #670521
RGB
CMYK
RGB Variations
Color information
#670521 (or 0x670521) is known color: Burgundy. HEX triplet: 67, 05 and 21. RGB value is (103,5,33). Sum of RGB (Red+Green+Blue) = 103+5+33=141 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.05% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 103 - color contains mainly: red. Hex color #670521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670521 is #98FADE. Grayscale: #252525. Windows color (decimal): -10025695 or 2164071. OLE color: 2164071.
HSL color Cylindrical-coordinate representation of color #670521: hue angle of 342.86º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #670521 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 5 | 33 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.60 |
| HSL | 342.86º | 0.91% | 0.21% | - |
| HSV(B) | 342.86º | 0.95% | 0.4% | - |
| XYZ | 5.92 | 3.1 | 1.73 | - |
| YUV | 37.49 | 125.47 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 5 | 33 | 0 | 0.95 | 0.68 | 0.60 | 342.86 | 0.91 | 0.21 |
| Hex | 67 | 5 | 21 | 0 | 5F | 44 | 3C | 157 | 5B | 15 |
| Octal | 147 | 5 | 41 | 0 | 137 | 104 | 74 | 527 | 133 | 25 |
| Binary | 1100111 | 101 | 100001 | 0 | 1011111 | 1000100 | 111100 | 101010111 | 1011011 | 10101 |
Color Harmonies of #670521
Complementary color
Monochromatic Colors of #670521
Black with #670521
Text Example
Text Example
White with #670521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670521; }
p { color: rgb(103,5,33); }
H1.HeaderClassName
{
color: #670521;
}
.AnyTagClassName
{
color: #670521;
}
</style>
background-color css
<style>
a { background-color: #670521; }
a { background-color: rgb(103,5,33); }
div.DivClassName
{
background-color: #670521;
}
.BgClassName
{
background-color: #670521;
}
</style>
border-color css
<style>
span { border-color: #670521; }
span { border-color: rgb(103,5,33); }
td.TdClassName
{
border-color: #670521;
}
.TagClassName
{
border-color: #670521;
}
</style>