Shades of Red Oxide #531111
Tints of Red Oxide #531111
RGB
CMYK
RGB Variations
Color information
#531111 (or 0x531111) is known color: Red Oxide. HEX triplet: 53, 11 and 11. RGB value is (83,17,17). Sum of RGB (Red+Green+Blue) = 83+17+17=117 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.94% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 83 - color contains mainly: red. Hex color #531111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531111 is #ACEEEE. Grayscale: #242424. Windows color (decimal): -11333359 or 1118547. OLE color: 1118547.
HSL color Cylindrical-coordinate representation of color #531111: hue angle of 0º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531111 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 17 | 17 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.67 |
| HSL | 0º | 0.66% | 0.2% | - |
| HSV(B) | 0º | 0.8% | 0.33% | - |
| XYZ | 3.87 | 2.28 | 0.77 | - |
| YUV | 36.73 | 116.87 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 17 | 0 | 0.80 | 0.80 | 0.67 | 0 | 0.66 | 0.2 |
| Hex | 53 | 11 | 11 | 0 | 50 | 50 | 43 | 0 | 42 | 14 |
| Octal | 123 | 21 | 21 | 0 | 120 | 120 | 103 | 0 | 102 | 24 |
| Binary | 1010011 | 10001 | 10001 | 0 | 1010000 | 1010000 | 1000011 | 0 | 1000010 | 10100 |
Color Harmonies of #531111
Complementary color
Monochromatic Colors of #531111
Black with #531111
Text Example
Text Example
White with #531111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531111; }
p { color: rgb(83,17,17); }
H1.HeaderClassName
{
color: #531111;
}
.AnyTagClassName
{
color: #531111;
}
</style>
background-color css
<style>
a { background-color: #531111; }
a { background-color: rgb(83,17,17); }
div.DivClassName
{
background-color: #531111;
}
.BgClassName
{
background-color: #531111;
}
</style>
border-color css
<style>
span { border-color: #531111; }
span { border-color: rgb(83,17,17); }
td.TdClassName
{
border-color: #531111;
}
.TagClassName
{
border-color: #531111;
}
</style>