Shades of Red Oxide #57201B
Tints of Red Oxide #57201B
RGB
CMYK
RGB Variations
Color information
#57201B (or 0x57201B) is known color: Red Oxide. HEX triplet: 57, 20 and 1B. RGB value is (87,32,27). Sum of RGB (Red+Green+Blue) = 87+32+27=146 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.59% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 87 - color contains mainly: red. Hex color #57201B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57201B is #A8DFE4. Grayscale: #2F2F2F. Windows color (decimal): -11067365 or 1777751. OLE color: 1777751.
HSL color Cylindrical-coordinate representation of color #57201B: hue angle of 5º 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 #57201B is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 32 | 27 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.66 |
| HSL | 5º | 0.53% | 0.22% | - |
| HSV(B) | 5º | 0.69% | 0.34% | - |
| XYZ | 4.64 | 3.14 | 1.4 | - |
| YUV | 47.88 | 116.22 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 32 | 27 | 0 | 0.63 | 0.69 | 0.66 | 5 | 0.53 | 0.22 |
| Hex | 57 | 20 | 1B | 0 | 3F | 45 | 42 | 5 | 35 | 16 |
| Octal | 127 | 40 | 33 | 0 | 77 | 105 | 102 | 5 | 65 | 26 |
| Binary | 1010111 | 100000 | 11011 | 0 | 111111 | 1000101 | 1000010 | 101 | 110101 | 10110 |
Color Harmonies of #57201B
Complementary color
Monochromatic Colors of #57201B
Black with #57201B
Text Example
Text Example
White with #57201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57201B; }
p { color: rgb(87,32,27); }
H1.HeaderClassName
{
color: #57201B;
}
.AnyTagClassName
{
color: #57201B;
}
</style>
background-color css
<style>
a { background-color: #57201B; }
a { background-color: rgb(87,32,27); }
div.DivClassName
{
background-color: #57201B;
}
.BgClassName
{
background-color: #57201B;
}
</style>
border-color css
<style>
span { border-color: #57201B; }
span { border-color: rgb(87,32,27); }
td.TdClassName
{
border-color: #57201B;
}
.TagClassName
{
border-color: #57201B;
}
</style>