Shades of Red Oxide #531A19
Tints of Red Oxide #531A19
RGB
CMYK
RGB Variations
Color information
#531A19 (or 0x531A19) is known color: Red Oxide. HEX triplet: 53, 1A and 19. RGB value is (83,26,25). Sum of RGB (Red+Green+Blue) = 83+26+25=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #531A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531A19 is #ACE5E6. Grayscale: #2A2A2A. Windows color (decimal): -11331047 or 1645139. OLE color: 1645139.
HSL color Cylindrical-coordinate representation of color #531A19: hue angle of 1.03º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #531A19 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 26 | 25 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.67 |
| HSL | 1.03º | 0.54% | 0.21% | - |
| HSV(B) | 1.03º | 0.7% | 0.33% | - |
| XYZ | 4.11 | 2.65 | 1.21 | - |
| YUV | 42.93 | 117.88 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 25 | 0 | 0.69 | 0.70 | 0.67 | 1.03 | 0.54 | 0.21 |
| Hex | 53 | 1A | 19 | 0 | 45 | 46 | 43 | 1 | 36 | 15 |
| Octal | 123 | 32 | 31 | 0 | 105 | 106 | 103 | 1 | 66 | 25 |
| Binary | 1010011 | 11010 | 11001 | 0 | 1000101 | 1000110 | 1000011 | 1 | 110110 | 10101 |
Color Harmonies of #531A19
Complementary color
Monochromatic Colors of #531A19
Black with #531A19
Text Example
Text Example
White with #531A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531A19; }
p { color: rgb(83,26,25); }
H1.HeaderClassName
{
color: #531A19;
}
.AnyTagClassName
{
color: #531A19;
}
</style>
background-color css
<style>
a { background-color: #531A19; }
a { background-color: rgb(83,26,25); }
div.DivClassName
{
background-color: #531A19;
}
.BgClassName
{
background-color: #531A19;
}
</style>
border-color css
<style>
span { border-color: #531A19; }
span { border-color: rgb(83,26,25); }
td.TdClassName
{
border-color: #531A19;
}
.TagClassName
{
border-color: #531A19;
}
</style>