Shades of Red Devil #672F31
Tints of Red Devil #672F31
RGB
CMYK
RGB Variations
Color information
#672F31 (or 0x672F31) is known color: Red Devil. HEX triplet: 67, 2F and 31. RGB value is (103,47,49). Sum of RGB (Red+Green+Blue) = 103+47+49=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #672F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672F31 is #98D0CE. Grayscale: #404040. Windows color (decimal): -10014927 or 3223399. OLE color: 3223399.
HSL color Cylindrical-coordinate representation of color #672F31: hue angle of 357.86º 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 #672F31 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 47 | 49 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.60 |
| HSL | 357.86º | 0.37% | 0.29% | - |
| HSV(B) | 357.86º | 0.54% | 0.4% | - |
| XYZ | 7.16 | 5.14 | 3.52 | - |
| YUV | 63.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 47 | 49 | 0 | 0.54 | 0.52 | 0.60 | 357.86 | 0.37 | 0.29 |
| Hex | 67 | 2F | 31 | 0 | 36 | 34 | 3C | 166 | 25 | 1D |
| Octal | 147 | 57 | 61 | 0 | 66 | 64 | 74 | 546 | 45 | 35 |
| Binary | 1100111 | 101111 | 110001 | 0 | 110110 | 110100 | 111100 | 101100110 | 100101 | 11101 |
Color Harmonies of #672F31
Complementary color
Monochromatic Colors of #672F31
Black with #672F31
Text Example
Text Example
White with #672F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672F31; }
p { color: rgb(103,47,49); }
H1.HeaderClassName
{
color: #672F31;
}
.AnyTagClassName
{
color: #672F31;
}
</style>
background-color css
<style>
a { background-color: #672F31; }
a { background-color: rgb(103,47,49); }
div.DivClassName
{
background-color: #672F31;
}
.BgClassName
{
background-color: #672F31;
}
</style>
border-color css
<style>
span { border-color: #672F31; }
span { border-color: rgb(103,47,49); }
td.TdClassName
{
border-color: #672F31;
}
.TagClassName
{
border-color: #672F31;
}
</style>