Shades of Red Devil #672C32
Tints of Red Devil #672C32
RGB
CMYK
RGB Variations
Color information
#672C32 (or 0x672C32) is known color: Red Devil. HEX triplet: 67, 2C and 32. RGB value is (103,44,50). Sum of RGB (Red+Green+Blue) = 103+44+50=197 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.28% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 103 - color contains mainly: red. Hex color #672C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672C32 is #98D3CD. Grayscale: #3E3E3E. Windows color (decimal): -10015694 or 3288167. OLE color: 3288167.
HSL color Cylindrical-coordinate representation of color #672C32: hue angle of 353.9º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #672C32 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 44 | 50 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.60 |
| HSL | 353.9º | 0.4% | 0.29% | - |
| HSV(B) | 353.9º | 0.57% | 0.4% | - |
| XYZ | 7.07 | 4.92 | 3.59 | - |
| YUV | 62.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 44 | 50 | 0 | 0.57 | 0.51 | 0.60 | 353.9 | 0.4 | 0.29 |
| Hex | 67 | 2C | 32 | 0 | 39 | 33 | 3C | 162 | 28 | 1D |
| Octal | 147 | 54 | 62 | 0 | 71 | 63 | 74 | 542 | 50 | 35 |
| Binary | 1100111 | 101100 | 110010 | 0 | 111001 | 110011 | 111100 | 101100010 | 101000 | 11101 |
Color Harmonies of #672C32
Complementary color
Monochromatic Colors of #672C32
Black with #672C32
Text Example
Text Example
White with #672C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672C32; }
p { color: rgb(103,44,50); }
H1.HeaderClassName
{
color: #672C32;
}
.AnyTagClassName
{
color: #672C32;
}
</style>
background-color css
<style>
a { background-color: #672C32; }
a { background-color: rgb(103,44,50); }
div.DivClassName
{
background-color: #672C32;
}
.BgClassName
{
background-color: #672C32;
}
</style>
border-color css
<style>
span { border-color: #672C32; }
span { border-color: rgb(103,44,50); }
td.TdClassName
{
border-color: #672C32;
}
.TagClassName
{
border-color: #672C32;
}
</style>