Shades of Red Oxide #550D06
Tints of Red Oxide #550D06
RGB
CMYK
RGB Variations
Color information
#550D06 (or 0x550D06) is known color: Red Oxide. HEX triplet: 55, 0D and 06. RGB value is (85,13,6). Sum of RGB (Red+Green+Blue) = 85+13+6=104 (13% of max value = 765). Red value is 85 (33.59% from 255 or 81.73% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 85 - color contains mainly: red. Hex color #550D06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550D06 is #AAF2F9. Grayscale: #212121. Windows color (decimal): -11203322 or 396629. OLE color: 396629.
HSL color Cylindrical-coordinate representation of color #550D06: hue angle of 5.32º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550D06 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 13 | 6 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.67 |
| HSL | 5.32º | 0.87% | 0.18% | - |
| HSV(B) | 5.32º | 0.93% | 0.33% | - |
| XYZ | 3.92 | 2.23 | 0.4 | - |
| YUV | 33.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 6 | 0 | 0.85 | 0.93 | 0.67 | 5.32 | 0.87 | 0.18 |
| Hex | 55 | D | 6 | 0 | 55 | 5D | 43 | 5 | 57 | 12 |
| Octal | 125 | 15 | 6 | 0 | 125 | 135 | 103 | 5 | 127 | 22 |
| Binary | 1010101 | 1101 | 110 | 0 | 1010101 | 1011101 | 1000011 | 101 | 1010111 | 10010 |
Color Harmonies of #550D06
Complementary color
Monochromatic Colors of #550D06
Black with #550D06
Text Example
Text Example
White with #550D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550D06; }
p { color: rgb(85,13,6); }
H1.HeaderClassName
{
color: #550D06;
}
.AnyTagClassName
{
color: #550D06;
}
</style>
background-color css
<style>
a { background-color: #550D06; }
a { background-color: rgb(85,13,6); }
div.DivClassName
{
background-color: #550D06;
}
.BgClassName
{
background-color: #550D06;
}
</style>
border-color css
<style>
span { border-color: #550D06; }
span { border-color: rgb(85,13,6); }
td.TdClassName
{
border-color: #550D06;
}
.TagClassName
{
border-color: #550D06;
}
</style>