Shades of Burgundy #67041C
Tints of Burgundy #67041C
RGB
CMYK
RGB Variations
Color information
#67041C (or 0x67041C) is known color: Burgundy. HEX triplet: 67, 04 and 1C. RGB value is (103,4,28). Sum of RGB (Red+Green+Blue) = 103+4+28=135 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.30% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 103 - color contains mainly: red. Hex color #67041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67041C is #98FBE3. Grayscale: #242424. Windows color (decimal): -10025956 or 1836135. OLE color: 1836135.
HSL color Cylindrical-coordinate representation of color #67041C: hue angle of 345.45º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #67041C is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 4 | 28 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.60 |
| HSL | 345.45º | 0.93% | 0.21% | - |
| HSV(B) | 345.45º | 0.96% | 0.4% | - |
| XYZ | 5.85 | 3.05 | 1.38 | - |
| YUV | 36.34 | 123.3 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 4 | 28 | 0 | 0.96 | 0.73 | 0.60 | 345.45 | 0.93 | 0.21 |
| Hex | 67 | 4 | 1C | 0 | 60 | 49 | 3C | 159 | 5D | 15 |
| Octal | 147 | 4 | 34 | 0 | 140 | 111 | 74 | 531 | 135 | 25 |
| Binary | 1100111 | 100 | 11100 | 0 | 1100000 | 1001001 | 111100 | 101011001 | 1011101 | 10101 |
Color Harmonies of #67041C
Complementary color
Monochromatic Colors of #67041C
Black with #67041C
Text Example
Text Example
White with #67041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67041C; }
p { color: rgb(103,4,28); }
H1.HeaderClassName
{
color: #67041C;
}
.AnyTagClassName
{
color: #67041C;
}
</style>
background-color css
<style>
a { background-color: #67041C; }
a { background-color: rgb(103,4,28); }
div.DivClassName
{
background-color: #67041C;
}
.BgClassName
{
background-color: #67041C;
}
</style>
border-color css
<style>
span { border-color: #67041C; }
span { border-color: rgb(103,4,28); }
td.TdClassName
{
border-color: #67041C;
}
.TagClassName
{
border-color: #67041C;
}
</style>