Shades of Red Oxide #551500
Tints of Red Oxide #551500
RGB
CMYK
RGB Variations
Color information
#551500 (or 0x551500) is known color: Red Oxide. HEX triplet: 55, 15 and 00. RGB value is (85,21,0). Sum of RGB (Red+Green+Blue) = 85+21+0=106 (14% of max value = 765). Red value is 85 (33.59% from 255 or 80.19% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 85 - color contains mainly: red. Hex color #551500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551500 is #AAEAFF. Grayscale: #252525. Windows color (decimal): -11201280 or 5461. OLE color: 5461.
HSL color Cylindrical-coordinate representation of color #551500: hue angle of 14.82º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #551500 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 21 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.67 |
| HSL | 14.82º | 1% | 0.17% | - |
| HSV(B) | 14.82º | 1% | 0.33% | - |
| XYZ | 4.01 | 2.47 | 0.26 | - |
| YUV | 37.74 | 106.7 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 0 | 0 | 0.75 | 1 | 0.67 | 14.82 | 1 | 0.17 |
| Hex | 55 | 15 | 0 | 0 | 4B | 64 | 43 | F | 64 | 11 |
| Octal | 125 | 25 | 0 | 0 | 113 | 144 | 103 | 17 | 144 | 21 |
| Binary | 1010101 | 10101 | 0 | 0 | 1001011 | 1100100 | 1000011 | 1111 | 1100100 | 10001 |
Color Harmonies of #551500
Complementary color
Monochromatic Colors of #551500
Black with #551500
Text Example
Text Example
White with #551500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551500; }
p { color: rgb(85,21,0); }
H1.HeaderClassName
{
color: #551500;
}
.AnyTagClassName
{
color: #551500;
}
</style>
background-color css
<style>
a { background-color: #551500; }
a { background-color: rgb(85,21,0); }
div.DivClassName
{
background-color: #551500;
}
.BgClassName
{
background-color: #551500;
}
</style>
border-color css
<style>
span { border-color: #551500; }
span { border-color: rgb(85,21,0); }
td.TdClassName
{
border-color: #551500;
}
.TagClassName
{
border-color: #551500;
}
</style>