Shades of Red Oxide #571C1B
Tints of Red Oxide #571C1B
RGB
CMYK
RGB Variations
Color information
#571C1B (or 0x571C1B) is known color: Red Oxide. HEX triplet: 57, 1C and 1B. RGB value is (87,28,27). Sum of RGB (Red+Green+Blue) = 87+28+27=142 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.27% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 87 - color contains mainly: red. Hex color #571C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571C1B is #A8E3E4. Grayscale: #2D2D2D. Windows color (decimal): -11068389 or 1776727. OLE color: 1776727.
HSL color Cylindrical-coordinate representation of color #571C1B: hue angle of 1º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #571C1B is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 28 | 27 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.66 |
| HSL | 1º | 0.53% | 0.22% | - |
| HSV(B) | 1º | 0.69% | 0.34% | - |
| XYZ | 4.54 | 2.94 | 1.36 | - |
| YUV | 45.53 | 117.55 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 28 | 27 | 0 | 0.68 | 0.69 | 0.66 | 1 | 0.53 | 0.22 |
| Hex | 57 | 1C | 1B | 0 | 44 | 45 | 42 | 1 | 35 | 16 |
| Octal | 127 | 34 | 33 | 0 | 104 | 105 | 102 | 1 | 65 | 26 |
| Binary | 1010111 | 11100 | 11011 | 0 | 1000100 | 1000101 | 1000010 | 1 | 110101 | 10110 |
Color Harmonies of #571C1B
Complementary color
Monochromatic Colors of #571C1B
Black with #571C1B
Text Example
Text Example
White with #571C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571C1B; }
p { color: rgb(87,28,27); }
H1.HeaderClassName
{
color: #571C1B;
}
.AnyTagClassName
{
color: #571C1B;
}
</style>
background-color css
<style>
a { background-color: #571C1B; }
a { background-color: rgb(87,28,27); }
div.DivClassName
{
background-color: #571C1B;
}
.BgClassName
{
background-color: #571C1B;
}
</style>
border-color css
<style>
span { border-color: #571C1B; }
span { border-color: rgb(87,28,27); }
td.TdClassName
{
border-color: #571C1B;
}
.TagClassName
{
border-color: #571C1B;
}
</style>