Shades of Red Oxide #551603
Tints of Red Oxide #551603
RGB
CMYK
RGB Variations
Color information
#551603 (or 0x551603) is known color: Red Oxide. HEX triplet: 55, 16 and 03. RGB value is (85,22,3). Sum of RGB (Red+Green+Blue) = 85+22+3=110 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.27% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 85 - color contains mainly: red. Hex color #551603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551603 is #AAE9FC. Grayscale: #262626. Windows color (decimal): -11201021 or 202325. OLE color: 202325.
HSL color Cylindrical-coordinate representation of color #551603: hue angle of 13.9º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #551603 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 22 | 3 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.67 |
| HSL | 13.9º | 0.93% | 0.17% | - |
| HSV(B) | 13.9º | 0.96% | 0.33% | - |
| XYZ | 4.05 | 2.51 | 0.36 | - |
| YUV | 38.67 | 107.87 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 3 | 0 | 0.74 | 0.96 | 0.67 | 13.9 | 0.93 | 0.17 |
| Hex | 55 | 16 | 3 | 0 | 4A | 60 | 43 | E | 5D | 11 |
| Octal | 125 | 26 | 3 | 0 | 112 | 140 | 103 | 16 | 135 | 21 |
| Binary | 1010101 | 10110 | 11 | 0 | 1001010 | 1100000 | 1000011 | 1110 | 1011101 | 10001 |
Color Harmonies of #551603
Complementary color
Monochromatic Colors of #551603
Black with #551603
Text Example
Text Example
White with #551603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551603; }
p { color: rgb(85,22,3); }
H1.HeaderClassName
{
color: #551603;
}
.AnyTagClassName
{
color: #551603;
}
</style>
background-color css
<style>
a { background-color: #551603; }
a { background-color: rgb(85,22,3); }
div.DivClassName
{
background-color: #551603;
}
.BgClassName
{
background-color: #551603;
}
</style>
border-color css
<style>
span { border-color: #551603; }
span { border-color: rgb(85,22,3); }
td.TdClassName
{
border-color: #551603;
}
.TagClassName
{
border-color: #551603;
}
</style>