Shades of Red Devil #652F31
Tints of Red Devil #652F31
RGB
CMYK
RGB Variations
Color information
#652F31 (or 0x652F31) is known color: Red Devil. HEX triplet: 65, 2F and 31. RGB value is (101,47,49). Sum of RGB (Red+Green+Blue) = 101+47+49=197 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.27% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 101 - color contains mainly: red. Hex color #652F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652F31 is #9AD0CE. Grayscale: #3F3F3F. Windows color (decimal): -10145999 or 3223397. OLE color: 3223397.
HSL color Cylindrical-coordinate representation of color #652F31: hue angle of 357.78º 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 #652F31 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 47 | 49 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.60 |
| HSL | 357.78º | 0.36% | 0.29% | - |
| HSV(B) | 357.78º | 0.53% | 0.4% | - |
| XYZ | 6.94 | 5.02 | 3.51 | - |
| YUV | 63.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 49 | 0 | 0.53 | 0.51 | 0.60 | 357.78 | 0.36 | 0.29 |
| Hex | 65 | 2F | 31 | 0 | 35 | 33 | 3C | 166 | 24 | 1D |
| Octal | 145 | 57 | 61 | 0 | 65 | 63 | 74 | 546 | 44 | 35 |
| Binary | 1100101 | 101111 | 110001 | 0 | 110101 | 110011 | 111100 | 101100110 | 100100 | 11101 |
Color Harmonies of #652F31
Complementary color
Monochromatic Colors of #652F31
Black with #652F31
Text Example
Text Example
White with #652F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652F31; }
p { color: rgb(101,47,49); }
H1.HeaderClassName
{
color: #652F31;
}
.AnyTagClassName
{
color: #652F31;
}
</style>
background-color css
<style>
a { background-color: #652F31; }
a { background-color: rgb(101,47,49); }
div.DivClassName
{
background-color: #652F31;
}
.BgClassName
{
background-color: #652F31;
}
</style>
border-color css
<style>
span { border-color: #652F31; }
span { border-color: rgb(101,47,49); }
td.TdClassName
{
border-color: #652F31;
}
.TagClassName
{
border-color: #652F31;
}
</style>