Shades of Red Devil #682E32
Tints of Red Devil #682E32
RGB
CMYK
RGB Variations
Color information
#682E32 (or 0x682E32) is known color: Red Devil. HEX triplet: 68, 2E and 32. RGB value is (104,46,50). Sum of RGB (Red+Green+Blue) = 104+46+50=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #682E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682E32 is #97D1CD. Grayscale: #3F3F3F. Windows color (decimal): -9949646 or 3288680. OLE color: 3288680.
HSL color Cylindrical-coordinate representation of color #682E32: hue angle of 355.86º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #682E32 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 46 | 50 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.59 |
| HSL | 355.86º | 0.39% | 0.29% | - |
| HSV(B) | 355.86º | 0.56% | 0.41% | - |
| XYZ | 7.26 | 5.13 | 3.62 | - |
| YUV | 63.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 50 | 0 | 0.56 | 0.52 | 0.59 | 355.86 | 0.39 | 0.29 |
| Hex | 68 | 2E | 32 | 0 | 38 | 34 | 3B | 164 | 27 | 1D |
| Octal | 150 | 56 | 62 | 0 | 70 | 64 | 73 | 544 | 47 | 35 |
| Binary | 1101000 | 101110 | 110010 | 0 | 111000 | 110100 | 111011 | 101100100 | 100111 | 11101 |
Color Harmonies of #682E32
Complementary color
Monochromatic Colors of #682E32
Black with #682E32
Text Example
Text Example
White with #682E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682E32; }
p { color: rgb(104,46,50); }
H1.HeaderClassName
{
color: #682E32;
}
.AnyTagClassName
{
color: #682E32;
}
</style>
background-color css
<style>
a { background-color: #682E32; }
a { background-color: rgb(104,46,50); }
div.DivClassName
{
background-color: #682E32;
}
.BgClassName
{
background-color: #682E32;
}
</style>
border-color css
<style>
span { border-color: #682E32; }
span { border-color: rgb(104,46,50); }
td.TdClassName
{
border-color: #682E32;
}
.TagClassName
{
border-color: #682E32;
}
</style>