Shades of Red Oxide #471D1C
Tints of Red Oxide #471D1C
RGB
CMYK
RGB Variations
Color information
#471D1C (or 0x471D1C) is known color: Red Oxide. HEX triplet: 47, 1D and 1C. RGB value is (71,29,28). Sum of RGB (Red+Green+Blue) = 71+29+28=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #471D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D1C is #B8E2E3. Grayscale: #292929. Windows color (decimal): -12116708 or 1842503. OLE color: 1842503.
HSL color Cylindrical-coordinate representation of color #471D1C: hue angle of 1.4º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #471D1C is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 29 | 28 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.72 |
| HSL | 1.4º | 0.43% | 0.19% | - |
| HSV(B) | 1.4º | 0.61% | 0.28% | - |
| XYZ | 3.25 | 2.3 | 1.37 | - |
| YUV | 41.44 | 120.41 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 28 | 0 | 0.59 | 0.61 | 0.72 | 1.4 | 0.43 | 0.19 |
| Hex | 47 | 1D | 1C | 0 | 3B | 3D | 48 | 1 | 2B | 13 |
| Octal | 107 | 35 | 34 | 0 | 73 | 75 | 110 | 1 | 53 | 23 |
| Binary | 1000111 | 11101 | 11100 | 0 | 111011 | 111101 | 1001000 | 1 | 101011 | 10011 |
Color Harmonies of #471D1C
Complementary color
Monochromatic Colors of #471D1C
Black with #471D1C
Text Example
Text Example
White with #471D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D1C; }
p { color: rgb(71,29,28); }
H1.HeaderClassName
{
color: #471D1C;
}
.AnyTagClassName
{
color: #471D1C;
}
</style>
background-color css
<style>
a { background-color: #471D1C; }
a { background-color: rgb(71,29,28); }
div.DivClassName
{
background-color: #471D1C;
}
.BgClassName
{
background-color: #471D1C;
}
</style>
border-color css
<style>
span { border-color: #471D1C; }
span { border-color: rgb(71,29,28); }
td.TdClassName
{
border-color: #471D1C;
}
.TagClassName
{
border-color: #471D1C;
}
</style>