Shades of Red Oxide #531B19
Tints of Red Oxide #531B19
RGB
CMYK
RGB Variations
Color information
#531B19 (or 0x531B19) is known color: Red Oxide. HEX triplet: 53, 1B and 19. RGB value is (83,27,25). Sum of RGB (Red+Green+Blue) = 83+27+25=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #531B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531B19 is #ACE4E6. Grayscale: #2B2B2B. Windows color (decimal): -11330791 or 1645395. OLE color: 1645395.
HSL color Cylindrical-coordinate representation of color #531B19: hue angle of 2.07º 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 #531B19 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 27 | 25 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.67 |
| HSL | 2.07º | 0.54% | 0.21% | - |
| HSV(B) | 2.07º | 0.7% | 0.33% | - |
| XYZ | 4.13 | 2.69 | 1.22 | - |
| YUV | 43.52 | 117.55 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 25 | 0 | 0.67 | 0.70 | 0.67 | 2.07 | 0.54 | 0.21 |
| Hex | 53 | 1B | 19 | 0 | 43 | 46 | 43 | 2 | 36 | 15 |
| Octal | 123 | 33 | 31 | 0 | 103 | 106 | 103 | 2 | 66 | 25 |
| Binary | 1010011 | 11011 | 11001 | 0 | 1000011 | 1000110 | 1000011 | 10 | 110110 | 10101 |
Color Harmonies of #531B19
Complementary color
Monochromatic Colors of #531B19
Black with #531B19
Text Example
Text Example
White with #531B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531B19; }
p { color: rgb(83,27,25); }
H1.HeaderClassName
{
color: #531B19;
}
.AnyTagClassName
{
color: #531B19;
}
</style>
background-color css
<style>
a { background-color: #531B19; }
a { background-color: rgb(83,27,25); }
div.DivClassName
{
background-color: #531B19;
}
.BgClassName
{
background-color: #531B19;
}
</style>
border-color css
<style>
span { border-color: #531B19; }
span { border-color: rgb(83,27,25); }
td.TdClassName
{
border-color: #531B19;
}
.TagClassName
{
border-color: #531B19;
}
</style>