Shades of Red Oxide #55130D
Tints of Red Oxide #55130D
RGB
CMYK
RGB Variations
Color information
#55130D (or 0x55130D) is known color: Red Oxide. HEX triplet: 55, 13 and 0D. RGB value is (85,19,13). Sum of RGB (Red+Green+Blue) = 85+19+13=117 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.65% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 85 - color contains mainly: red. Hex color #55130D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55130D is #AAECF2. Grayscale: #262626. Windows color (decimal): -11201779 or 856917. OLE color: 856917.
HSL color Cylindrical-coordinate representation of color #55130D: hue angle of 5º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55130D is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 13 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.67 |
| HSL | 5º | 0.73% | 0.19% | - |
| HSV(B) | 5º | 0.85% | 0.33% | - |
| XYZ | 4.05 | 2.43 | 0.64 | - |
| YUV | 38.05 | 113.87 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 13 | 0 | 0.78 | 0.85 | 0.67 | 5 | 0.73 | 0.19 |
| Hex | 55 | 13 | D | 0 | 4E | 55 | 43 | 5 | 49 | 13 |
| Octal | 125 | 23 | 15 | 0 | 116 | 125 | 103 | 5 | 111 | 23 |
| Binary | 1010101 | 10011 | 1101 | 0 | 1001110 | 1010101 | 1000011 | 101 | 1001001 | 10011 |
Color Harmonies of #55130D
Complementary color
Monochromatic Colors of #55130D
Black with #55130D
Text Example
Text Example
White with #55130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55130D; }
p { color: rgb(85,19,13); }
H1.HeaderClassName
{
color: #55130D;
}
.AnyTagClassName
{
color: #55130D;
}
</style>
background-color css
<style>
a { background-color: #55130D; }
a { background-color: rgb(85,19,13); }
div.DivClassName
{
background-color: #55130D;
}
.BgClassName
{
background-color: #55130D;
}
</style>
border-color css
<style>
span { border-color: #55130D; }
span { border-color: rgb(85,19,13); }
td.TdClassName
{
border-color: #55130D;
}
.TagClassName
{
border-color: #55130D;
}
</style>