Shades of Red Devil #672D32
Tints of Red Devil #672D32
RGB
CMYK
RGB Variations
Color information
#672D32 (or 0x672D32) is known color: Red Devil. HEX triplet: 67, 2D and 32. RGB value is (103,45,50). Sum of RGB (Red+Green+Blue) = 103+45+50=198 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.02% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 103 - color contains mainly: red. Hex color #672D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672D32 is #98D2CD. Grayscale: #3E3E3E. Windows color (decimal): -10015438 or 3288423. OLE color: 3288423.
HSL color Cylindrical-coordinate representation of color #672D32: hue angle of 354.83º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #672D32 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 45 | 50 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.60 |
| HSL | 354.83º | 0.39% | 0.29% | - |
| HSV(B) | 354.83º | 0.56% | 0.4% | - |
| XYZ | 7.11 | 4.99 | 3.61 | - |
| YUV | 62.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 50 | 0 | 0.56 | 0.51 | 0.60 | 354.83 | 0.39 | 0.29 |
| Hex | 67 | 2D | 32 | 0 | 38 | 33 | 3C | 163 | 27 | 1D |
| Octal | 147 | 55 | 62 | 0 | 70 | 63 | 74 | 543 | 47 | 35 |
| Binary | 1100111 | 101101 | 110010 | 0 | 111000 | 110011 | 111100 | 101100011 | 100111 | 11101 |
Color Harmonies of #672D32
Complementary color
Monochromatic Colors of #672D32
Black with #672D32
Text Example
Text Example
White with #672D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672D32; }
p { color: rgb(103,45,50); }
H1.HeaderClassName
{
color: #672D32;
}
.AnyTagClassName
{
color: #672D32;
}
</style>
background-color css
<style>
a { background-color: #672D32; }
a { background-color: rgb(103,45,50); }
div.DivClassName
{
background-color: #672D32;
}
.BgClassName
{
background-color: #672D32;
}
</style>
border-color css
<style>
span { border-color: #672D32; }
span { border-color: rgb(103,45,50); }
td.TdClassName
{
border-color: #672D32;
}
.TagClassName
{
border-color: #672D32;
}
</style>