Shades of Red Devil #67292C
Tints of Red Devil #67292C
RGB
CMYK
RGB Variations
Color information
#67292C (or 0x67292C) is known color: Red Devil. HEX triplet: 67, 29 and 2C. RGB value is (103,41,44). Sum of RGB (Red+Green+Blue) = 103+41+44=188 (24% of max value = 765). Red value is 103 (40.62% from 255 or 54.79% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 103 - color contains mainly: red. Hex color #67292C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67292C is #98D6D3. Grayscale: #3B3B3B. Windows color (decimal): -10016468 or 2894183. OLE color: 2894183.
HSL color Cylindrical-coordinate representation of color #67292C: hue angle of 357.1º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67292C is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 41 | 44 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.60 |
| HSL | 357.1º | 0.43% | 0.28% | - |
| HSV(B) | 357.1º | 0.6% | 0.4% | - |
| XYZ | 6.84 | 4.65 | 2.92 | - |
| YUV | 59.88 | 119.04 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 41 | 44 | 0 | 0.60 | 0.57 | 0.60 | 357.1 | 0.43 | 0.28 |
| Hex | 67 | 29 | 2C | 0 | 3C | 39 | 3C | 165 | 2B | 1C |
| Octal | 147 | 51 | 54 | 0 | 74 | 71 | 74 | 545 | 53 | 34 |
| Binary | 1100111 | 101001 | 101100 | 0 | 111100 | 111001 | 111100 | 101100101 | 101011 | 11100 |
Color Harmonies of #67292C
Complementary color
Monochromatic Colors of #67292C
Black with #67292C
Text Example
Text Example
White with #67292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67292C; }
p { color: rgb(103,41,44); }
H1.HeaderClassName
{
color: #67292C;
}
.AnyTagClassName
{
color: #67292C;
}
</style>
background-color css
<style>
a { background-color: #67292C; }
a { background-color: rgb(103,41,44); }
div.DivClassName
{
background-color: #67292C;
}
.BgClassName
{
background-color: #67292C;
}
</style>
border-color css
<style>
span { border-color: #67292C; }
span { border-color: rgb(103,41,44); }
td.TdClassName
{
border-color: #67292C;
}
.TagClassName
{
border-color: #67292C;
}
</style>