Shades of Red Oxide #471B1A
Tints of Red Oxide #471B1A
RGB
CMYK
RGB Variations
Color information
#471B1A (or 0x471B1A) is known color: Red Oxide. HEX triplet: 47, 1B and 1A. RGB value is (71,27,26). Sum of RGB (Red+Green+Blue) = 71+27+26=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 27 (10.94% from 255 or 21.77% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #471B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471B1A is #B8E4E5. Grayscale: #282828. Windows color (decimal): -12117222 or 1710919. OLE color: 1710919.
HSL color Cylindrical-coordinate representation of color #471B1A: hue angle of 1.33º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #471B1A is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 27 | 26 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.72 |
| HSL | 1.33º | 0.46% | 0.19% | - |
| HSV(B) | 1.33º | 0.63% | 0.28% | - |
| XYZ | 3.18 | 2.2 | 1.23 | - |
| YUV | 40.04 | 120.08 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 27 | 26 | 0 | 0.62 | 0.63 | 0.72 | 1.33 | 0.46 | 0.19 |
| Hex | 47 | 1B | 1A | 0 | 3E | 3F | 48 | 1 | 2E | 13 |
| Octal | 107 | 33 | 32 | 0 | 76 | 77 | 110 | 1 | 56 | 23 |
| Binary | 1000111 | 11011 | 11010 | 0 | 111110 | 111111 | 1001000 | 1 | 101110 | 10011 |
Color Harmonies of #471B1A
Complementary color
Monochromatic Colors of #471B1A
Black with #471B1A
Text Example
Text Example
White with #471B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471B1A; }
p { color: rgb(71,27,26); }
H1.HeaderClassName
{
color: #471B1A;
}
.AnyTagClassName
{
color: #471B1A;
}
</style>
background-color css
<style>
a { background-color: #471B1A; }
a { background-color: rgb(71,27,26); }
div.DivClassName
{
background-color: #471B1A;
}
.BgClassName
{
background-color: #471B1A;
}
</style>
border-color css
<style>
span { border-color: #471B1A; }
span { border-color: rgb(71,27,26); }
td.TdClassName
{
border-color: #471B1A;
}
.TagClassName
{
border-color: #471B1A;
}
</style>