Shades of Red Oxide #541F1C
Tints of Red Oxide #541F1C
RGB
CMYK
RGB Variations
Color information
#541F1C (or 0x541F1C) is known color: Red Oxide. HEX triplet: 54, 1F and 1C. RGB value is (84,31,28). Sum of RGB (Red+Green+Blue) = 84+31+28=143 (18% of max value = 765). Red value is 84 (33.20% from 255 or 58.74% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 84 - color contains mainly: red. Hex color #541F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F1C is #ABE0E3. Grayscale: #2E2E2E. Windows color (decimal): -11264228 or 1843028. OLE color: 1843028.
HSL color Cylindrical-coordinate representation of color #541F1C: hue angle of 3.21º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #541F1C is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 31 | 28 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.67 |
| HSL | 3.21º | 0.5% | 0.22% | - |
| HSV(B) | 3.21º | 0.67% | 0.33% | - |
| XYZ | 4.36 | 2.95 | 1.44 | - |
| YUV | 46.51 | 117.56 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 31 | 28 | 0 | 0.63 | 0.67 | 0.67 | 3.21 | 0.5 | 0.22 |
| Hex | 54 | 1F | 1C | 0 | 3F | 43 | 43 | 3 | 32 | 16 |
| Octal | 124 | 37 | 34 | 0 | 77 | 103 | 103 | 3 | 62 | 26 |
| Binary | 1010100 | 11111 | 11100 | 0 | 111111 | 1000011 | 1000011 | 11 | 110010 | 10110 |
Color Harmonies of #541F1C
Complementary color
Monochromatic Colors of #541F1C
Black with #541F1C
Text Example
Text Example
White with #541F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541F1C; }
p { color: rgb(84,31,28); }
H1.HeaderClassName
{
color: #541F1C;
}
.AnyTagClassName
{
color: #541F1C;
}
</style>
background-color css
<style>
a { background-color: #541F1C; }
a { background-color: rgb(84,31,28); }
div.DivClassName
{
background-color: #541F1C;
}
.BgClassName
{
background-color: #541F1C;
}
</style>
border-color css
<style>
span { border-color: #541F1C; }
span { border-color: rgb(84,31,28); }
td.TdClassName
{
border-color: #541F1C;
}
.TagClassName
{
border-color: #541F1C;
}
</style>