Shades of Red Devil #642A2F
Tints of Red Devil #642A2F
RGB
CMYK
RGB Variations
Color information
#642A2F (or 0x642A2F) is known color: Red Devil. HEX triplet: 64, 2A and 2F. RGB value is (100,42,47). Sum of RGB (Red+Green+Blue) = 100+42+47=189 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.91% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 100 - color contains mainly: red. Hex color #642A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642A2F is #9BD5D0. Grayscale: #3B3B3B. Windows color (decimal): -10212817 or 3091044. OLE color: 3091044.
HSL color Cylindrical-coordinate representation of color #642A2F: hue angle of 354.83º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #642A2F is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 42 | 47 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.61 |
| HSL | 354.83º | 0.41% | 0.28% | - |
| HSV(B) | 354.83º | 0.58% | 0.39% | - |
| XYZ | 6.6 | 4.57 | 3.22 | - |
| YUV | 59.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 42 | 47 | 0 | 0.58 | 0.53 | 0.61 | 354.83 | 0.41 | 0.28 |
| Hex | 64 | 2A | 2F | 0 | 3A | 35 | 3D | 163 | 29 | 1C |
| Octal | 144 | 52 | 57 | 0 | 72 | 65 | 75 | 543 | 51 | 34 |
| Binary | 1100100 | 101010 | 101111 | 0 | 111010 | 110101 | 111101 | 101100011 | 101001 | 11100 |
Color Harmonies of #642A2F
Complementary color
Monochromatic Colors of #642A2F
Black with #642A2F
Text Example
Text Example
White with #642A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642A2F; }
p { color: rgb(100,42,47); }
H1.HeaderClassName
{
color: #642A2F;
}
.AnyTagClassName
{
color: #642A2F;
}
</style>
background-color css
<style>
a { background-color: #642A2F; }
a { background-color: rgb(100,42,47); }
div.DivClassName
{
background-color: #642A2F;
}
.BgClassName
{
background-color: #642A2F;
}
</style>
border-color css
<style>
span { border-color: #642A2F; }
span { border-color: rgb(100,42,47); }
td.TdClassName
{
border-color: #642A2F;
}
.TagClassName
{
border-color: #642A2F;
}
</style>