Shades of Red Devil #68292B
Tints of Red Devil #68292B
RGB
CMYK
RGB Variations
Color information
#68292B (or 0x68292B) is known color: Red Devil. HEX triplet: 68, 29 and 2B. RGB value is (104,41,43). Sum of RGB (Red+Green+Blue) = 104+41+43=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #68292B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68292B is #97D6D4. Grayscale: #3C3C3C. Windows color (decimal): -9950933 or 2828648. OLE color: 2828648.
HSL color Cylindrical-coordinate representation of color #68292B: hue angle of 358.1º 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 #68292B is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 41 | 43 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.59 |
| HSL | 358.1º | 0.43% | 0.28% | - |
| HSV(B) | 358.1º | 0.61% | 0.41% | - |
| XYZ | 6.94 | 4.7 | 2.83 | - |
| YUV | 60.07 | 118.37 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 43 | 0 | 0.61 | 0.59 | 0.59 | 358.1 | 0.43 | 0.28 |
| Hex | 68 | 29 | 2B | 0 | 3D | 3B | 3B | 166 | 2B | 1C |
| Octal | 150 | 51 | 53 | 0 | 75 | 73 | 73 | 546 | 53 | 34 |
| Binary | 1101000 | 101001 | 101011 | 0 | 111101 | 111011 | 111011 | 101100110 | 101011 | 11100 |
Color Harmonies of #68292B
Complementary color
Monochromatic Colors of #68292B
Black with #68292B
Text Example
Text Example
White with #68292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68292B; }
p { color: rgb(104,41,43); }
H1.HeaderClassName
{
color: #68292B;
}
.AnyTagClassName
{
color: #68292B;
}
</style>
background-color css
<style>
a { background-color: #68292B; }
a { background-color: rgb(104,41,43); }
div.DivClassName
{
background-color: #68292B;
}
.BgClassName
{
background-color: #68292B;
}
</style>
border-color css
<style>
span { border-color: #68292B; }
span { border-color: rgb(104,41,43); }
td.TdClassName
{
border-color: #68292B;
}
.TagClassName
{
border-color: #68292B;
}
</style>