Shades of Red Devil #682F31
Tints of Red Devil #682F31
RGB
CMYK
RGB Variations
Color information
#682F31 (or 0x682F31) is known color: Red Devil. HEX triplet: 68, 2F and 31. RGB value is (104,47,49). Sum of RGB (Red+Green+Blue) = 104+47+49=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #682F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682F31 is #97D0CE. Grayscale: #404040. Windows color (decimal): -9949391 or 3223400. OLE color: 3223400.
HSL color Cylindrical-coordinate representation of color #682F31: hue angle of 357.89º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #682F31 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 47 | 49 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.59 |
| HSL | 357.89º | 0.38% | 0.3% | - |
| HSV(B) | 357.89º | 0.55% | 0.41% | - |
| XYZ | 7.28 | 5.2 | 3.53 | - |
| YUV | 64.27 | 119.38 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 49 | 0 | 0.55 | 0.53 | 0.59 | 357.89 | 0.38 | 0.3 |
| Hex | 68 | 2F | 31 | 0 | 37 | 35 | 3B | 166 | 26 | 1E |
| Octal | 150 | 57 | 61 | 0 | 67 | 65 | 73 | 546 | 46 | 36 |
| Binary | 1101000 | 101111 | 110001 | 0 | 110111 | 110101 | 111011 | 101100110 | 100110 | 11110 |
Color Harmonies of #682F31
Complementary color
Monochromatic Colors of #682F31
Black with #682F31
Text Example
Text Example
White with #682F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682F31; }
p { color: rgb(104,47,49); }
H1.HeaderClassName
{
color: #682F31;
}
.AnyTagClassName
{
color: #682F31;
}
</style>
background-color css
<style>
a { background-color: #682F31; }
a { background-color: rgb(104,47,49); }
div.DivClassName
{
background-color: #682F31;
}
.BgClassName
{
background-color: #682F31;
}
</style>
border-color css
<style>
span { border-color: #682F31; }
span { border-color: rgb(104,47,49); }
td.TdClassName
{
border-color: #682F31;
}
.TagClassName
{
border-color: #682F31;
}
</style>