Shades of Red Devil #673031
Tints of Red Devil #673031
RGB
CMYK
RGB Variations
Color information
#673031 (or 0x673031) is known color: Red Devil. HEX triplet: 67, 30 and 31. RGB value is (103,48,49). Sum of RGB (Red+Green+Blue) = 103+48+49=200 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.5% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 103 - color contains mainly: red. Hex color #673031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673031 is #98CFCE. Grayscale: #404040. Windows color (decimal): -10014671 or 3223655. OLE color: 3223655.
HSL color Cylindrical-coordinate representation of color #673031: hue angle of 358.91º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #673031 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 48 | 49 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.60 |
| HSL | 358.91º | 0.36% | 0.3% | - |
| HSV(B) | 358.91º | 0.53% | 0.4% | - |
| XYZ | 7.2 | 5.22 | 3.53 | - |
| YUV | 64.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 49 | 0 | 0.53 | 0.52 | 0.60 | 358.91 | 0.36 | 0.3 |
| Hex | 67 | 30 | 31 | 0 | 35 | 34 | 3C | 167 | 24 | 1E |
| Octal | 147 | 60 | 61 | 0 | 65 | 64 | 74 | 547 | 44 | 36 |
| Binary | 1100111 | 110000 | 110001 | 0 | 110101 | 110100 | 111100 | 101100111 | 100100 | 11110 |
Color Harmonies of #673031
Complementary color
Monochromatic Colors of #673031
Black with #673031
Text Example
Text Example
White with #673031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673031; }
p { color: rgb(103,48,49); }
H1.HeaderClassName
{
color: #673031;
}
.AnyTagClassName
{
color: #673031;
}
</style>
background-color css
<style>
a { background-color: #673031; }
a { background-color: rgb(103,48,49); }
div.DivClassName
{
background-color: #673031;
}
.BgClassName
{
background-color: #673031;
}
</style>
border-color css
<style>
span { border-color: #673031; }
span { border-color: rgb(103,48,49); }
td.TdClassName
{
border-color: #673031;
}
.TagClassName
{
border-color: #673031;
}
</style>