Shades of Red Devil #682A2D
Tints of Red Devil #682A2D
RGB
CMYK
RGB Variations
Color information
#682A2D (or 0x682A2D) is known color: Red Devil. HEX triplet: 68, 2A and 2D. RGB value is (104,42,45). Sum of RGB (Red+Green+Blue) = 104+42+45=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #682A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682A2D is #97D5D2. Grayscale: #3C3C3C. Windows color (decimal): -9950675 or 2959976. OLE color: 2959976.
HSL color Cylindrical-coordinate representation of color #682A2D: hue angle of 357.1º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #682A2D is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 42 | 45 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.59 |
| HSL | 357.1º | 0.42% | 0.29% | - |
| HSV(B) | 357.1º | 0.6% | 0.41% | - |
| XYZ | 7.01 | 4.79 | 3.04 | - |
| YUV | 60.88 | 119.04 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 42 | 45 | 0 | 0.60 | 0.57 | 0.59 | 357.1 | 0.42 | 0.29 |
| Hex | 68 | 2A | 2D | 0 | 3C | 39 | 3B | 165 | 2A | 1D |
| Octal | 150 | 52 | 55 | 0 | 74 | 71 | 73 | 545 | 52 | 35 |
| Binary | 1101000 | 101010 | 101101 | 0 | 111100 | 111001 | 111011 | 101100101 | 101010 | 11101 |
Color Harmonies of #682A2D
Complementary color
Monochromatic Colors of #682A2D
Black with #682A2D
Text Example
Text Example
White with #682A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682A2D; }
p { color: rgb(104,42,45); }
H1.HeaderClassName
{
color: #682A2D;
}
.AnyTagClassName
{
color: #682A2D;
}
</style>
background-color css
<style>
a { background-color: #682A2D; }
a { background-color: rgb(104,42,45); }
div.DivClassName
{
background-color: #682A2D;
}
.BgClassName
{
background-color: #682A2D;
}
</style>
border-color css
<style>
span { border-color: #682A2D; }
span { border-color: rgb(104,42,45); }
td.TdClassName
{
border-color: #682A2D;
}
.TagClassName
{
border-color: #682A2D;
}
</style>