Shades of Red Oxide #471C1B
Tints of Red Oxide #471C1B
RGB
CMYK
RGB Variations
Color information
#471C1B (or 0x471C1B) is known color: Red Oxide. HEX triplet: 47, 1C and 1B. RGB value is (71,28,27). Sum of RGB (Red+Green+Blue) = 71+28+27=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #471C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471C1B is #B8E3E4. Grayscale: #282828. Windows color (decimal): -12116965 or 1776711. OLE color: 1776711.
HSL color Cylindrical-coordinate representation of color #471C1B: hue angle of 1.36º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #471C1B is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 28 | 27 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.72 |
| HSL | 1.36º | 0.45% | 0.19% | - |
| HSV(B) | 1.36º | 0.62% | 0.28% | - |
| XYZ | 3.21 | 2.25 | 1.3 | - |
| YUV | 40.74 | 120.25 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 27 | 0 | 0.61 | 0.62 | 0.72 | 1.36 | 0.45 | 0.19 |
| Hex | 47 | 1C | 1B | 0 | 3D | 3E | 48 | 1 | 2D | 13 |
| Octal | 107 | 34 | 33 | 0 | 75 | 76 | 110 | 1 | 55 | 23 |
| Binary | 1000111 | 11100 | 11011 | 0 | 111101 | 111110 | 1001000 | 1 | 101101 | 10011 |
Color Harmonies of #471C1B
Complementary color
Monochromatic Colors of #471C1B
Black with #471C1B
Text Example
Text Example
White with #471C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471C1B; }
p { color: rgb(71,28,27); }
H1.HeaderClassName
{
color: #471C1B;
}
.AnyTagClassName
{
color: #471C1B;
}
</style>
background-color css
<style>
a { background-color: #471C1B; }
a { background-color: rgb(71,28,27); }
div.DivClassName
{
background-color: #471C1B;
}
.BgClassName
{
background-color: #471C1B;
}
</style>
border-color css
<style>
span { border-color: #471C1B; }
span { border-color: rgb(71,28,27); }
td.TdClassName
{
border-color: #471C1B;
}
.TagClassName
{
border-color: #471C1B;
}
</style>