Shades of Red Oxide #550603
Tints of Red Oxide #550603
RGB
CMYK
RGB Variations
Color information
#550603 (or 0x550603) is known color: Red Oxide. HEX triplet: 55, 06 and 03. RGB value is (85,6,3). Sum of RGB (Red+Green+Blue) = 85+6+3=94 (12% of max value = 765). Red value is 85 (33.59% from 255 or 90.43% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 85 - color contains mainly: red. Hex color #550603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550603 is #AAF9FC. Grayscale: #1D1D1D. Windows color (decimal): -11205117 or 198229. OLE color: 198229.
HSL color Cylindrical-coordinate representation of color #550603: hue angle of 2.2º 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 #550603 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 6 | 3 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.67 |
| HSL | 2.2º | 0.93% | 0.17% | - |
| HSV(B) | 2.2º | 0.96% | 0.33% | - |
| XYZ | 3.83 | 2.07 | 0.28 | - |
| YUV | 29.28 | 113.17 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 3 | 0 | 0.93 | 0.96 | 0.67 | 2.2 | 0.93 | 0.17 |
| Hex | 55 | 6 | 3 | 0 | 5D | 60 | 43 | 2 | 5D | 11 |
| Octal | 125 | 6 | 3 | 0 | 135 | 140 | 103 | 2 | 135 | 21 |
| Binary | 1010101 | 110 | 11 | 0 | 1011101 | 1100000 | 1000011 | 10 | 1011101 | 10001 |
Color Harmonies of #550603
Complementary color
Monochromatic Colors of #550603
Black with #550603
Text Example
Text Example
White with #550603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550603; }
p { color: rgb(85,6,3); }
H1.HeaderClassName
{
color: #550603;
}
.AnyTagClassName
{
color: #550603;
}
</style>
background-color css
<style>
a { background-color: #550603; }
a { background-color: rgb(85,6,3); }
div.DivClassName
{
background-color: #550603;
}
.BgClassName
{
background-color: #550603;
}
</style>
border-color css
<style>
span { border-color: #550603; }
span { border-color: rgb(85,6,3); }
td.TdClassName
{
border-color: #550603;
}
.TagClassName
{
border-color: #550603;
}
</style>