Shades of Red Devil #642B2F
Tints of Red Devil #642B2F
RGB
CMYK
RGB Variations
Color information
#642B2F (or 0x642B2F) is known color: Red Devil. HEX triplet: 64, 2B and 2F. RGB value is (100,43,47). Sum of RGB (Red+Green+Blue) = 100+43+47=190 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.63% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 100 - color contains mainly: red. Hex color #642B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642B2F is #9BD4D0. Grayscale: #3C3C3C. Windows color (decimal): -10212561 or 3091300. OLE color: 3091300.
HSL color Cylindrical-coordinate representation of color #642B2F: hue angle of 355.79º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #642B2F is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 43 | 47 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.61 |
| HSL | 355.79º | 0.4% | 0.28% | - |
| HSV(B) | 355.79º | 0.57% | 0.39% | - |
| XYZ | 6.63 | 4.64 | 3.24 | - |
| YUV | 60.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 43 | 47 | 0 | 0.57 | 0.53 | 0.61 | 355.79 | 0.4 | 0.28 |
| Hex | 64 | 2B | 2F | 0 | 39 | 35 | 3D | 164 | 28 | 1C |
| Octal | 144 | 53 | 57 | 0 | 71 | 65 | 75 | 544 | 50 | 34 |
| Binary | 1100100 | 101011 | 101111 | 0 | 111001 | 110101 | 111101 | 101100100 | 101000 | 11100 |
Color Harmonies of #642B2F
Complementary color
Monochromatic Colors of #642B2F
Black with #642B2F
Text Example
Text Example
White with #642B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642B2F; }
p { color: rgb(100,43,47); }
H1.HeaderClassName
{
color: #642B2F;
}
.AnyTagClassName
{
color: #642B2F;
}
</style>
background-color css
<style>
a { background-color: #642B2F; }
a { background-color: rgb(100,43,47); }
div.DivClassName
{
background-color: #642B2F;
}
.BgClassName
{
background-color: #642B2F;
}
</style>
border-color css
<style>
span { border-color: #642B2F; }
span { border-color: rgb(100,43,47); }
td.TdClassName
{
border-color: #642B2F;
}
.TagClassName
{
border-color: #642B2F;
}
</style>