Shades of Red Devil #682D32
Tints of Red Devil #682D32
RGB
CMYK
RGB Variations
Color information
#682D32 (or 0x682D32) is known color: Red Devil. HEX triplet: 68, 2D and 32. RGB value is (104,45,50). Sum of RGB (Red+Green+Blue) = 104+45+50=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #682D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682D32 is #97D2CD. Grayscale: #3F3F3F. Windows color (decimal): -9949902 or 3288424. OLE color: 3288424.
HSL color Cylindrical-coordinate representation of color #682D32: hue angle of 354.92º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #682D32 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 45 | 50 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.59 |
| HSL | 354.92º | 0.4% | 0.29% | - |
| HSV(B) | 354.92º | 0.57% | 0.41% | - |
| XYZ | 7.22 | 5.05 | 3.61 | - |
| YUV | 63.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 50 | 0 | 0.57 | 0.52 | 0.59 | 354.92 | 0.4 | 0.29 |
| Hex | 68 | 2D | 32 | 0 | 39 | 34 | 3B | 163 | 28 | 1D |
| Octal | 150 | 55 | 62 | 0 | 71 | 64 | 73 | 543 | 50 | 35 |
| Binary | 1101000 | 101101 | 110010 | 0 | 111001 | 110100 | 111011 | 101100011 | 101000 | 11101 |
Color Harmonies of #682D32
Complementary color
Monochromatic Colors of #682D32
Black with #682D32
Text Example
Text Example
White with #682D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D32; }
p { color: rgb(104,45,50); }
H1.HeaderClassName
{
color: #682D32;
}
.AnyTagClassName
{
color: #682D32;
}
</style>
background-color css
<style>
a { background-color: #682D32; }
a { background-color: rgb(104,45,50); }
div.DivClassName
{
background-color: #682D32;
}
.BgClassName
{
background-color: #682D32;
}
</style>
border-color css
<style>
span { border-color: #682D32; }
span { border-color: rgb(104,45,50); }
td.TdClassName
{
border-color: #682D32;
}
.TagClassName
{
border-color: #682D32;
}
</style>