Shades of Red Devil #68292E
Tints of Red Devil #68292E
RGB
CMYK
RGB Variations
Color information
#68292E (or 0x68292E) is known color: Red Devil. HEX triplet: 68, 29 and 2E. RGB value is (104,41,46). Sum of RGB (Red+Green+Blue) = 104+41+46=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #68292E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68292E is #97D6D1. Grayscale: #3C3C3C. Windows color (decimal): -9950930 or 3025256. OLE color: 3025256.
HSL color Cylindrical-coordinate representation of color #68292E: hue angle of 355.24º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68292E is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 41 | 46 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.59 |
| HSL | 355.24º | 0.43% | 0.28% | - |
| HSV(B) | 355.24º | 0.61% | 0.41% | - |
| XYZ | 7 | 4.73 | 3.13 | - |
| YUV | 60.41 | 119.87 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 46 | 0 | 0.61 | 0.56 | 0.59 | 355.24 | 0.43 | 0.28 |
| Hex | 68 | 29 | 2E | 0 | 3D | 38 | 3B | 163 | 2B | 1C |
| Octal | 150 | 51 | 56 | 0 | 75 | 70 | 73 | 543 | 53 | 34 |
| Binary | 1101000 | 101001 | 101110 | 0 | 111101 | 111000 | 111011 | 101100011 | 101011 | 11100 |
Color Harmonies of #68292E
Complementary color
Monochromatic Colors of #68292E
Black with #68292E
Text Example
Text Example
White with #68292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68292E; }
p { color: rgb(104,41,46); }
H1.HeaderClassName
{
color: #68292E;
}
.AnyTagClassName
{
color: #68292E;
}
</style>
background-color css
<style>
a { background-color: #68292E; }
a { background-color: rgb(104,41,46); }
div.DivClassName
{
background-color: #68292E;
}
.BgClassName
{
background-color: #68292E;
}
</style>
border-color css
<style>
span { border-color: #68292E; }
span { border-color: rgb(104,41,46); }
td.TdClassName
{
border-color: #68292E;
}
.TagClassName
{
border-color: #68292E;
}
</style>