Shades of Red Oxide #551001
Tints of Red Oxide #551001
RGB
CMYK
RGB Variations
Color information
#551001 (or 0x551001) is known color: Red Oxide. HEX triplet: 55, 10 and 01. RGB value is (85,16,1). Sum of RGB (Red+Green+Blue) = 85+16+1=102 (13% of max value = 765). Red value is 85 (33.59% from 255 or 83.33% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 85 - color contains mainly: red. Hex color #551001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551001 is #AAEFFE. Grayscale: #232323. Windows color (decimal): -11202559 or 69717. OLE color: 69717.
HSL color Cylindrical-coordinate representation of color #551001: hue angle of 10.71º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #551001 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 16 | 1 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.67 |
| HSL | 10.71º | 0.98% | 0.17% | - |
| HSV(B) | 10.71º | 0.99% | 0.33% | - |
| XYZ | 3.94 | 2.3 | 0.27 | - |
| YUV | 34.92 | 108.86 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 1 | 0 | 0.81 | 0.99 | 0.67 | 10.71 | 0.98 | 0.17 |
| Hex | 55 | 10 | 1 | 0 | 51 | 63 | 43 | B | 62 | 11 |
| Octal | 125 | 20 | 1 | 0 | 121 | 143 | 103 | 13 | 142 | 21 |
| Binary | 1010101 | 10000 | 1 | 0 | 1010001 | 1100011 | 1000011 | 1011 | 1100010 | 10001 |
Color Harmonies of #551001
Complementary color
Monochromatic Colors of #551001
Black with #551001
Text Example
Text Example
White with #551001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551001; }
p { color: rgb(85,16,1); }
H1.HeaderClassName
{
color: #551001;
}
.AnyTagClassName
{
color: #551001;
}
</style>
background-color css
<style>
a { background-color: #551001; }
a { background-color: rgb(85,16,1); }
div.DivClassName
{
background-color: #551001;
}
.BgClassName
{
background-color: #551001;
}
</style>
border-color css
<style>
span { border-color: #551001; }
span { border-color: rgb(85,16,1); }
td.TdClassName
{
border-color: #551001;
}
.TagClassName
{
border-color: #551001;
}
</style>