Shades of Red Oxide #471F1F
Tints of Red Oxide #471F1F
RGB
CMYK
RGB Variations
Color information
#471F1F (or 0x471F1F) is known color: Red Oxide. HEX triplet: 47, 1F and 1F. RGB value is (71,31,31). Sum of RGB (Red+Green+Blue) = 71+31+31=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #471F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F1F is #B8E0E0. Grayscale: #2B2B2B. Windows color (decimal): -12116193 or 2039623. OLE color: 2039623.
HSL color Cylindrical-coordinate representation of color #471F1F: hue angle of 0º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #471F1F is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 31 | 31 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.72 |
| HSL | 0º | 0.39% | 0.2% | - |
| HSV(B) | 0º | 0.56% | 0.28% | - |
| XYZ | 3.34 | 2.42 | 1.59 | - |
| YUV | 42.96 | 121.25 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 31 | 0 | 0.56 | 0.56 | 0.72 | 0 | 0.39 | 0.2 |
| Hex | 47 | 1F | 1F | 0 | 38 | 38 | 48 | 0 | 27 | 14 |
| Octal | 107 | 37 | 37 | 0 | 70 | 70 | 110 | 0 | 47 | 24 |
| Binary | 1000111 | 11111 | 11111 | 0 | 111000 | 111000 | 1001000 | 0 | 100111 | 10100 |
Color Harmonies of #471F1F
Complementary color
Monochromatic Colors of #471F1F
Black with #471F1F
Text Example
Text Example
White with #471F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471F1F; }
p { color: rgb(71,31,31); }
H1.HeaderClassName
{
color: #471F1F;
}
.AnyTagClassName
{
color: #471F1F;
}
</style>
background-color css
<style>
a { background-color: #471F1F; }
a { background-color: rgb(71,31,31); }
div.DivClassName
{
background-color: #471F1F;
}
.BgClassName
{
background-color: #471F1F;
}
</style>
border-color css
<style>
span { border-color: #471F1F; }
span { border-color: rgb(71,31,31); }
td.TdClassName
{
border-color: #471F1F;
}
.TagClassName
{
border-color: #471F1F;
}
</style>