Shades of Red Devil #682D31
Tints of Red Devil #682D31
RGB
CMYK
RGB Variations
Color information
#682D31 (or 0x682D31) is known color: Red Devil. HEX triplet: 68, 2D and 31. RGB value is (104,45,49). Sum of RGB (Red+Green+Blue) = 104+45+49=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #682D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682D31 is #97D2CE. Grayscale: #3F3F3F. Windows color (decimal): -9949903 or 3222888. OLE color: 3222888.
HSL color Cylindrical-coordinate representation of color #682D31: hue angle of 355.93º 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 #682D31 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 45 | 49 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.59 |
| HSL | 355.93º | 0.4% | 0.29% | - |
| HSV(B) | 355.93º | 0.57% | 0.41% | - |
| XYZ | 7.2 | 5.04 | 3.5 | - |
| YUV | 63.1 | 120.05 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 49 | 0 | 0.57 | 0.53 | 0.59 | 355.93 | 0.4 | 0.29 |
| Hex | 68 | 2D | 31 | 0 | 39 | 35 | 3B | 164 | 28 | 1D |
| Octal | 150 | 55 | 61 | 0 | 71 | 65 | 73 | 544 | 50 | 35 |
| Binary | 1101000 | 101101 | 110001 | 0 | 111001 | 110101 | 111011 | 101100100 | 101000 | 11101 |
Color Harmonies of #682D31
Complementary color
Monochromatic Colors of #682D31
Black with #682D31
Text Example
Text Example
White with #682D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D31; }
p { color: rgb(104,45,49); }
H1.HeaderClassName
{
color: #682D31;
}
.AnyTagClassName
{
color: #682D31;
}
</style>
background-color css
<style>
a { background-color: #682D31; }
a { background-color: rgb(104,45,49); }
div.DivClassName
{
background-color: #682D31;
}
.BgClassName
{
background-color: #682D31;
}
</style>
border-color css
<style>
span { border-color: #682D31; }
span { border-color: rgb(104,45,49); }
td.TdClassName
{
border-color: #682D31;
}
.TagClassName
{
border-color: #682D31;
}
</style>