Shades of Red Devil #663031
Tints of Red Devil #663031
RGB
CMYK
RGB Variations
Color information
#663031 (or 0x663031) is known color: Red Devil. HEX triplet: 66, 30 and 31. RGB value is (102,48,49). Sum of RGB (Red+Green+Blue) = 102+48+49=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #663031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663031 is #99CFCE. Grayscale: #404040. Windows color (decimal): -10080207 or 3223654. OLE color: 3223654.
HSL color Cylindrical-coordinate representation of color #663031: hue angle of 358.89º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #663031 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 48 | 49 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.6 |
| HSL | 358.89º | 0.36% | 0.29% | - |
| HSV(B) | 358.89º | 0.53% | 0.4% | - |
| XYZ | 7.09 | 5.16 | 3.53 | - |
| YUV | 64.26 | 119.39 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 48 | 49 | 0 | 0.53 | 0.52 | 0.6 | 358.89 | 0.36 | 0.29 |
| Hex | 66 | 30 | 31 | 0 | 35 | 34 | 3C | 167 | 24 | 1D |
| Octal | 146 | 60 | 61 | 0 | 65 | 64 | 74 | 547 | 44 | 35 |
| Binary | 1100110 | 110000 | 110001 | 0 | 110101 | 110100 | 111100 | 101100111 | 100100 | 11101 |
Color Harmonies of #663031
Complementary color
Monochromatic Colors of #663031
Black with #663031
Text Example
Text Example
White with #663031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663031; }
p { color: rgb(102,48,49); }
H1.HeaderClassName
{
color: #663031;
}
.AnyTagClassName
{
color: #663031;
}
</style>
background-color css
<style>
a { background-color: #663031; }
a { background-color: rgb(102,48,49); }
div.DivClassName
{
background-color: #663031;
}
.BgClassName
{
background-color: #663031;
}
</style>
border-color css
<style>
span { border-color: #663031; }
span { border-color: rgb(102,48,49); }
td.TdClassName
{
border-color: #663031;
}
.TagClassName
{
border-color: #663031;
}
</style>