Shades of Red Oxide #550501
Tints of Red Oxide #550501
RGB
CMYK
RGB Variations
Color information
#550501 (or 0x550501) is known color: Red Oxide. HEX triplet: 55, 05 and 01. RGB value is (85,5,1). Sum of RGB (Red+Green+Blue) = 85+5+1=91 (12% of max value = 765). Red value is 85 (33.59% from 255 or 93.41% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 85 - color contains mainly: red. Hex color #550501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550501 is #AAFAFE. Grayscale: #1C1C1C. Windows color (decimal): -11205375 or 66901. OLE color: 66901.
HSL color Cylindrical-coordinate representation of color #550501: hue angle of 2.86º 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 #550501 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 5 | 1 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.67 |
| HSL | 2.86º | 0.98% | 0.17% | - |
| HSV(B) | 2.86º | 0.99% | 0.33% | - |
| XYZ | 3.81 | 2.04 | 0.22 | - |
| YUV | 28.46 | 112.5 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 1 | 0 | 0.94 | 0.99 | 0.67 | 2.86 | 0.98 | 0.17 |
| Hex | 55 | 5 | 1 | 0 | 5E | 63 | 43 | 3 | 62 | 11 |
| Octal | 125 | 5 | 1 | 0 | 136 | 143 | 103 | 3 | 142 | 21 |
| Binary | 1010101 | 101 | 1 | 0 | 1011110 | 1100011 | 1000011 | 11 | 1100010 | 10001 |
Color Harmonies of #550501
Complementary color
Monochromatic Colors of #550501
Black with #550501
Text Example
Text Example
White with #550501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550501; }
p { color: rgb(85,5,1); }
H1.HeaderClassName
{
color: #550501;
}
.AnyTagClassName
{
color: #550501;
}
</style>
background-color css
<style>
a { background-color: #550501; }
a { background-color: rgb(85,5,1); }
div.DivClassName
{
background-color: #550501;
}
.BgClassName
{
background-color: #550501;
}
</style>
border-color css
<style>
span { border-color: #550501; }
span { border-color: rgb(85,5,1); }
td.TdClassName
{
border-color: #550501;
}
.TagClassName
{
border-color: #550501;
}
</style>