Shades of Red Devil #652D2F
Tints of Red Devil #652D2F
RGB
CMYK
RGB Variations
Color information
#652D2F (or 0x652D2F) is known color: Red Devil. HEX triplet: 65, 2D and 2F. RGB value is (101,45,47). Sum of RGB (Red+Green+Blue) = 101+45+47=193 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.33% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 101 - color contains mainly: red. Hex color #652D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652D2F is #9AD2D0. Grayscale: #3E3E3E. Windows color (decimal): -10146513 or 3091813. OLE color: 3091813.
HSL color Cylindrical-coordinate representation of color #652D2F: hue angle of 357.86º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #652D2F is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 45 | 47 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.60 |
| HSL | 357.86º | 0.38% | 0.29% | - |
| HSV(B) | 357.86º | 0.55% | 0.4% | - |
| XYZ | 6.82 | 4.85 | 3.27 | - |
| YUV | 61.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 47 | 0 | 0.55 | 0.53 | 0.60 | 357.86 | 0.38 | 0.29 |
| Hex | 65 | 2D | 2F | 0 | 37 | 35 | 3C | 166 | 26 | 1D |
| Octal | 145 | 55 | 57 | 0 | 67 | 65 | 74 | 546 | 46 | 35 |
| Binary | 1100101 | 101101 | 101111 | 0 | 110111 | 110101 | 111100 | 101100110 | 100110 | 11101 |
Color Harmonies of #652D2F
Complementary color
Monochromatic Colors of #652D2F
Black with #652D2F
Text Example
Text Example
White with #652D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652D2F; }
p { color: rgb(101,45,47); }
H1.HeaderClassName
{
color: #652D2F;
}
.AnyTagClassName
{
color: #652D2F;
}
</style>
background-color css
<style>
a { background-color: #652D2F; }
a { background-color: rgb(101,45,47); }
div.DivClassName
{
background-color: #652D2F;
}
.BgClassName
{
background-color: #652D2F;
}
</style>
border-color css
<style>
span { border-color: #652D2F; }
span { border-color: rgb(101,45,47); }
td.TdClassName
{
border-color: #652D2F;
}
.TagClassName
{
border-color: #652D2F;
}
</style>