Shades of Red Oxide #531105
Tints of Red Oxide #531105
RGB
CMYK
RGB Variations
Color information
#531105 (or 0x531105) is known color: Red Oxide. HEX triplet: 53, 11 and 05. RGB value is (83,17,5). Sum of RGB (Red+Green+Blue) = 83+17+5=105 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.05% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 83 - color contains mainly: red. Hex color #531105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531105 is #ACEEFA. Grayscale: #232323. Windows color (decimal): -11333371 or 332115. OLE color: 332115.
HSL color Cylindrical-coordinate representation of color #531105: hue angle of 9.23º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #531105 is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 17 | 5 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.67 |
| HSL | 9.23º | 0.89% | 0.17% | - |
| HSV(B) | 9.23º | 0.94% | 0.33% | - |
| XYZ | 3.8 | 2.25 | 0.38 | - |
| YUV | 35.37 | 110.87 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 5 | 0 | 0.80 | 0.94 | 0.67 | 9.23 | 0.89 | 0.17 |
| Hex | 53 | 11 | 5 | 0 | 50 | 5E | 43 | 9 | 59 | 11 |
| Octal | 123 | 21 | 5 | 0 | 120 | 136 | 103 | 11 | 131 | 21 |
| Binary | 1010011 | 10001 | 101 | 0 | 1010000 | 1011110 | 1000011 | 1001 | 1011001 | 10001 |
Color Harmonies of #531105
Complementary color
Monochromatic Colors of #531105
Black with #531105
Text Example
Text Example
White with #531105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531105; }
p { color: rgb(83,17,5); }
H1.HeaderClassName
{
color: #531105;
}
.AnyTagClassName
{
color: #531105;
}
</style>
background-color css
<style>
a { background-color: #531105; }
a { background-color: rgb(83,17,5); }
div.DivClassName
{
background-color: #531105;
}
.BgClassName
{
background-color: #531105;
}
</style>
border-color css
<style>
span { border-color: #531105; }
span { border-color: rgb(83,17,5); }
td.TdClassName
{
border-color: #531105;
}
.TagClassName
{
border-color: #531105;
}
</style>