Shades of Red Devil #672E2F
Tints of Red Devil #672E2F
RGB
CMYK
RGB Variations
Color information
#672E2F (or 0x672E2F) is known color: Red Devil. HEX triplet: 67, 2E and 2F. RGB value is (103,46,47). Sum of RGB (Red+Green+Blue) = 103+46+47=196 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.55% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 103 - color contains mainly: red. Hex color #672E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672E2F is #98D1D0. Grayscale: #3F3F3F. Windows color (decimal): -10015185 or 3092071. OLE color: 3092071.
HSL color Cylindrical-coordinate representation of color #672E2F: hue angle of 358.95º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #672E2F is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 46 | 47 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.60 |
| HSL | 358.95º | 0.38% | 0.29% | - |
| HSV(B) | 358.95º | 0.55% | 0.4% | - |
| XYZ | 7.08 | 5.04 | 3.29 | - |
| YUV | 63.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 46 | 47 | 0 | 0.55 | 0.54 | 0.60 | 358.95 | 0.38 | 0.29 |
| Hex | 67 | 2E | 2F | 0 | 37 | 36 | 3C | 167 | 26 | 1D |
| Octal | 147 | 56 | 57 | 0 | 67 | 66 | 74 | 547 | 46 | 35 |
| Binary | 1100111 | 101110 | 101111 | 0 | 110111 | 110110 | 111100 | 101100111 | 100110 | 11101 |
Color Harmonies of #672E2F
Complementary color
Monochromatic Colors of #672E2F
Black with #672E2F
Text Example
Text Example
White with #672E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672E2F; }
p { color: rgb(103,46,47); }
H1.HeaderClassName
{
color: #672E2F;
}
.AnyTagClassName
{
color: #672E2F;
}
</style>
background-color css
<style>
a { background-color: #672E2F; }
a { background-color: rgb(103,46,47); }
div.DivClassName
{
background-color: #672E2F;
}
.BgClassName
{
background-color: #672E2F;
}
</style>
border-color css
<style>
span { border-color: #672E2F; }
span { border-color: rgb(103,46,47); }
td.TdClassName
{
border-color: #672E2F;
}
.TagClassName
{
border-color: #672E2F;
}
</style>