Shades of Red Oxide #531411
Tints of Red Oxide #531411
RGB
CMYK
RGB Variations
Color information
#531411 (or 0x531411) is known color: Red Oxide. HEX triplet: 53, 14 and 11. RGB value is (83,20,17). Sum of RGB (Red+Green+Blue) = 83+20+17=120 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.17% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 83 - color contains mainly: red. Hex color #531411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531411 is #ACEBEE. Grayscale: #262626. Windows color (decimal): -11332591 or 1119315. OLE color: 1119315.
HSL color Cylindrical-coordinate representation of color #531411: hue angle of 2.73º 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 #531411 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 20 | 17 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.67 |
| HSL | 2.73º | 0.66% | 0.2% | - |
| HSV(B) | 2.73º | 0.8% | 0.33% | - |
| XYZ | 3.92 | 2.38 | 0.78 | - |
| YUV | 38.5 | 115.87 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 20 | 17 | 0 | 0.76 | 0.80 | 0.67 | 2.73 | 0.66 | 0.2 |
| Hex | 53 | 14 | 11 | 0 | 4C | 50 | 43 | 3 | 42 | 14 |
| Octal | 123 | 24 | 21 | 0 | 114 | 120 | 103 | 3 | 102 | 24 |
| Binary | 1010011 | 10100 | 10001 | 0 | 1001100 | 1010000 | 1000011 | 11 | 1000010 | 10100 |
Color Harmonies of #531411
Complementary color
Monochromatic Colors of #531411
Black with #531411
Text Example
Text Example
White with #531411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531411; }
p { color: rgb(83,20,17); }
H1.HeaderClassName
{
color: #531411;
}
.AnyTagClassName
{
color: #531411;
}
</style>
background-color css
<style>
a { background-color: #531411; }
a { background-color: rgb(83,20,17); }
div.DivClassName
{
background-color: #531411;
}
.BgClassName
{
background-color: #531411;
}
</style>
border-color css
<style>
span { border-color: #531411; }
span { border-color: rgb(83,20,17); }
td.TdClassName
{
border-color: #531411;
}
.TagClassName
{
border-color: #531411;
}
</style>