Shades of Burgundy #67051C
Tints of Burgundy #67051C
RGB
CMYK
RGB Variations
Color information
#67051C (or 0x67051C) is known color: Burgundy. HEX triplet: 67, 05 and 1C. RGB value is (103,5,28). Sum of RGB (Red+Green+Blue) = 103+5+28=136 (18% of max value = 765). Red value is 103 (40.62% from 255 or 75.74% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 103 - color contains mainly: red. Hex color #67051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67051C is #98FAE3. Grayscale: #242424. Windows color (decimal): -10025700 or 1836391. OLE color: 1836391.
HSL color Cylindrical-coordinate representation of color #67051C: hue angle of 345.92º 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 #67051C is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 5 | 28 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.60 |
| HSL | 345.92º | 0.91% | 0.21% | - |
| HSV(B) | 345.92º | 0.95% | 0.4% | - |
| XYZ | 5.86 | 3.08 | 1.38 | - |
| YUV | 36.92 | 122.97 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 5 | 28 | 0 | 0.95 | 0.73 | 0.60 | 345.92 | 0.91 | 0.21 |
| Hex | 67 | 5 | 1C | 0 | 5F | 49 | 3C | 15A | 5B | 15 |
| Octal | 147 | 5 | 34 | 0 | 137 | 111 | 74 | 532 | 133 | 25 |
| Binary | 1100111 | 101 | 11100 | 0 | 1011111 | 1001001 | 111100 | 101011010 | 1011011 | 10101 |
Color Harmonies of #67051C
Complementary color
Monochromatic Colors of #67051C
Black with #67051C
Text Example
Text Example
White with #67051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67051C; }
p { color: rgb(103,5,28); }
H1.HeaderClassName
{
color: #67051C;
}
.AnyTagClassName
{
color: #67051C;
}
</style>
background-color css
<style>
a { background-color: #67051C; }
a { background-color: rgb(103,5,28); }
div.DivClassName
{
background-color: #67051C;
}
.BgClassName
{
background-color: #67051C;
}
</style>
border-color css
<style>
span { border-color: #67051C; }
span { border-color: rgb(103,5,28); }
td.TdClassName
{
border-color: #67051C;
}
.TagClassName
{
border-color: #67051C;
}
</style>