Shades of Red Oxide #551405
Tints of Red Oxide #551405
RGB
CMYK
RGB Variations
Color information
#551405 (or 0x551405) is known color: Red Oxide. HEX triplet: 55, 14 and 05. RGB value is (85,20,5). Sum of RGB (Red+Green+Blue) = 85+20+5=110 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.27% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 85 - color contains mainly: red. Hex color #551405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551405 is #AAEBFA. Grayscale: #252525. Windows color (decimal): -11201531 or 332885. OLE color: 332885.
HSL color Cylindrical-coordinate representation of color #551405: hue angle of 11.25º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #551405 is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 5 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.67 |
| HSL | 11.25º | 0.89% | 0.18% | - |
| HSV(B) | 11.25º | 0.94% | 0.33% | - |
| XYZ | 4.02 | 2.44 | 0.4 | - |
| YUV | 37.73 | 109.53 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 5 | 0 | 0.76 | 0.94 | 0.67 | 11.25 | 0.89 | 0.18 |
| Hex | 55 | 14 | 5 | 0 | 4C | 5E | 43 | B | 59 | 12 |
| Octal | 125 | 24 | 5 | 0 | 114 | 136 | 103 | 13 | 131 | 22 |
| Binary | 1010101 | 10100 | 101 | 0 | 1001100 | 1011110 | 1000011 | 1011 | 1011001 | 10010 |
Color Harmonies of #551405
Complementary color
Monochromatic Colors of #551405
Black with #551405
Text Example
Text Example
White with #551405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551405; }
p { color: rgb(85,20,5); }
H1.HeaderClassName
{
color: #551405;
}
.AnyTagClassName
{
color: #551405;
}
</style>
background-color css
<style>
a { background-color: #551405; }
a { background-color: rgb(85,20,5); }
div.DivClassName
{
background-color: #551405;
}
.BgClassName
{
background-color: #551405;
}
</style>
border-color css
<style>
span { border-color: #551405; }
span { border-color: rgb(85,20,5); }
td.TdClassName
{
border-color: #551405;
}
.TagClassName
{
border-color: #551405;
}
</style>