Shades of Red Devil #653031
Tints of Red Devil #653031
RGB
CMYK
RGB Variations
Color information
#653031 (or 0x653031) is known color: Red Devil. HEX triplet: 65, 30 and 31. RGB value is (101,48,49). Sum of RGB (Red+Green+Blue) = 101+48+49=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #653031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653031 is #9ACFCE. Grayscale: #404040. Windows color (decimal): -10145743 or 3223653. OLE color: 3223653.
HSL color Cylindrical-coordinate representation of color #653031: hue angle of 358.87º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #653031 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 48 | 49 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.60 |
| HSL | 358.87º | 0.36% | 0.29% | - |
| HSV(B) | 358.87º | 0.52% | 0.4% | - |
| XYZ | 6.98 | 5.1 | 3.52 | - |
| YUV | 63.96 | 119.56 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 48 | 49 | 0 | 0.52 | 0.51 | 0.60 | 358.87 | 0.36 | 0.29 |
| Hex | 65 | 30 | 31 | 0 | 34 | 33 | 3C | 167 | 24 | 1D |
| Octal | 145 | 60 | 61 | 0 | 64 | 63 | 74 | 547 | 44 | 35 |
| Binary | 1100101 | 110000 | 110001 | 0 | 110100 | 110011 | 111100 | 101100111 | 100100 | 11101 |
Color Harmonies of #653031
Complementary color
Monochromatic Colors of #653031
Black with #653031
Text Example
Text Example
White with #653031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653031; }
p { color: rgb(101,48,49); }
H1.HeaderClassName
{
color: #653031;
}
.AnyTagClassName
{
color: #653031;
}
</style>
background-color css
<style>
a { background-color: #653031; }
a { background-color: rgb(101,48,49); }
div.DivClassName
{
background-color: #653031;
}
.BgClassName
{
background-color: #653031;
}
</style>
border-color css
<style>
span { border-color: #653031; }
span { border-color: rgb(101,48,49); }
td.TdClassName
{
border-color: #653031;
}
.TagClassName
{
border-color: #653031;
}
</style>