Shades of Red Oxide #531B17
Tints of Red Oxide #531B17
RGB
CMYK
RGB Variations
Color information
#531B17 (or 0x531B17) is known color: Red Oxide. HEX triplet: 53, 1B and 17. RGB value is (83,27,23). Sum of RGB (Red+Green+Blue) = 83+27+23=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 27 (10.94% from 255 or 20.30% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #531B17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531B17 is #ACE4E8. Grayscale: #2B2B2B. Windows color (decimal): -11330793 or 1514323. OLE color: 1514323.
HSL color Cylindrical-coordinate representation of color #531B17: hue angle of 4º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #531B17 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 27 | 23 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.67 |
| HSL | 4º | 0.57% | 0.21% | - |
| HSV(B) | 4º | 0.72% | 0.33% | - |
| XYZ | 4.11 | 2.68 | 1.11 | - |
| YUV | 43.29 | 116.55 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 23 | 0 | 0.67 | 0.72 | 0.67 | 4 | 0.57 | 0.21 |
| Hex | 53 | 1B | 17 | 0 | 43 | 48 | 43 | 4 | 39 | 15 |
| Octal | 123 | 33 | 27 | 0 | 103 | 110 | 103 | 4 | 71 | 25 |
| Binary | 1010011 | 11011 | 10111 | 0 | 1000011 | 1001000 | 1000011 | 100 | 111001 | 10101 |
Color Harmonies of #531B17
Complementary color
Monochromatic Colors of #531B17
Black with #531B17
Text Example
Text Example
White with #531B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531B17; }
p { color: rgb(83,27,23); }
H1.HeaderClassName
{
color: #531B17;
}
.AnyTagClassName
{
color: #531B17;
}
</style>
background-color css
<style>
a { background-color: #531B17; }
a { background-color: rgb(83,27,23); }
div.DivClassName
{
background-color: #531B17;
}
.BgClassName
{
background-color: #531B17;
}
</style>
border-color css
<style>
span { border-color: #531B17; }
span { border-color: rgb(83,27,23); }
td.TdClassName
{
border-color: #531B17;
}
.TagClassName
{
border-color: #531B17;
}
</style>