Shades of Red Oxide #531C1A
Tints of Red Oxide #531C1A
RGB
CMYK
RGB Variations
Color information
#531C1A (or 0x531C1A) is known color: Red Oxide. HEX triplet: 53, 1C and 1A. RGB value is (83,28,26). Sum of RGB (Red+Green+Blue) = 83+28+26=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #531C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C1A is #ACE3E5. Grayscale: #2C2C2C. Windows color (decimal): -11330534 or 1711187. OLE color: 1711187.
HSL color Cylindrical-coordinate representation of color #531C1A: hue angle of 2.11º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #531C1A is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 28 | 26 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.67 |
| HSL | 2.11º | 0.52% | 0.21% | - |
| HSV(B) | 2.11º | 0.69% | 0.33% | - |
| XYZ | 4.17 | 2.74 | 1.29 | - |
| YUV | 44.22 | 117.72 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 26 | 0 | 0.66 | 0.69 | 0.67 | 2.11 | 0.52 | 0.21 |
| Hex | 53 | 1C | 1A | 0 | 42 | 45 | 43 | 2 | 34 | 15 |
| Octal | 123 | 34 | 32 | 0 | 102 | 105 | 103 | 2 | 64 | 25 |
| Binary | 1010011 | 11100 | 11010 | 0 | 1000010 | 1000101 | 1000011 | 10 | 110100 | 10101 |
Color Harmonies of #531C1A
Complementary color
Monochromatic Colors of #531C1A
Black with #531C1A
Text Example
Text Example
White with #531C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531C1A; }
p { color: rgb(83,28,26); }
H1.HeaderClassName
{
color: #531C1A;
}
.AnyTagClassName
{
color: #531C1A;
}
</style>
background-color css
<style>
a { background-color: #531C1A; }
a { background-color: rgb(83,28,26); }
div.DivClassName
{
background-color: #531C1A;
}
.BgClassName
{
background-color: #531C1A;
}
</style>
border-color css
<style>
span { border-color: #531C1A; }
span { border-color: rgb(83,28,26); }
td.TdClassName
{
border-color: #531C1A;
}
.TagClassName
{
border-color: #531C1A;
}
</style>