Shades of Red Devil #672F32
Tints of Red Devil #672F32
RGB
CMYK
RGB Variations
Color information
#672F32 (or 0x672F32) is known color: Red Devil. HEX triplet: 67, 2F and 32. RGB value is (103,47,50). Sum of RGB (Red+Green+Blue) = 103+47+50=200 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.5% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 103 - color contains mainly: red. Hex color #672F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672F32 is #98D0CD. Grayscale: #404040. Windows color (decimal): -10014926 or 3288935. OLE color: 3288935.
HSL color Cylindrical-coordinate representation of color #672F32: hue angle of 356.79º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #672F32 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 47 | 50 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.60 |
| HSL | 356.79º | 0.37% | 0.29% | - |
| HSV(B) | 356.79º | 0.54% | 0.4% | - |
| XYZ | 7.19 | 5.15 | 3.63 | - |
| YUV | 64.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 47 | 50 | 0 | 0.54 | 0.51 | 0.60 | 356.79 | 0.37 | 0.29 |
| Hex | 67 | 2F | 32 | 0 | 36 | 33 | 3C | 165 | 25 | 1D |
| Octal | 147 | 57 | 62 | 0 | 66 | 63 | 74 | 545 | 45 | 35 |
| Binary | 1100111 | 101111 | 110010 | 0 | 110110 | 110011 | 111100 | 101100101 | 100101 | 11101 |
Color Harmonies of #672F32
Complementary color
Monochromatic Colors of #672F32
Black with #672F32
Text Example
Text Example
White with #672F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672F32; }
p { color: rgb(103,47,50); }
H1.HeaderClassName
{
color: #672F32;
}
.AnyTagClassName
{
color: #672F32;
}
</style>
background-color css
<style>
a { background-color: #672F32; }
a { background-color: rgb(103,47,50); }
div.DivClassName
{
background-color: #672F32;
}
.BgClassName
{
background-color: #672F32;
}
</style>
border-color css
<style>
span { border-color: #672F32; }
span { border-color: rgb(103,47,50); }
td.TdClassName
{
border-color: #672F32;
}
.TagClassName
{
border-color: #672F32;
}
</style>