Shades of Red Oxide #551313
Tints of Red Oxide #551313
RGB
CMYK
RGB Variations
Color information
#551313 (or 0x551313) is known color: Red Oxide. HEX triplet: 55, 13 and 13. RGB value is (85,19,19). Sum of RGB (Red+Green+Blue) = 85+19+19=123 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.11% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 85 - color contains mainly: red. Hex color #551313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551313 is #AAECEC. Grayscale: #262626. Windows color (decimal): -11201773 or 1250133. OLE color: 1250133.
HSL color Cylindrical-coordinate representation of color #551313: hue angle of 0º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551313 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 19 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.67 |
| HSL | 0º | 0.63% | 0.2% | - |
| HSV(B) | 0º | 0.78% | 0.33% | - |
| XYZ | 4.1 | 2.44 | 0.87 | - |
| YUV | 38.73 | 116.87 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 19 | 0 | 0.78 | 0.78 | 0.67 | 0 | 0.63 | 0.2 |
| Hex | 55 | 13 | 13 | 0 | 4E | 4E | 43 | 0 | 3F | 14 |
| Octal | 125 | 23 | 23 | 0 | 116 | 116 | 103 | 0 | 77 | 24 |
| Binary | 1010101 | 10011 | 10011 | 0 | 1001110 | 1001110 | 1000011 | 0 | 111111 | 10100 |
Color Harmonies of #551313
Complementary color
Monochromatic Colors of #551313
Black with #551313
Text Example
Text Example
White with #551313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551313; }
p { color: rgb(85,19,19); }
H1.HeaderClassName
{
color: #551313;
}
.AnyTagClassName
{
color: #551313;
}
</style>
background-color css
<style>
a { background-color: #551313; }
a { background-color: rgb(85,19,19); }
div.DivClassName
{
background-color: #551313;
}
.BgClassName
{
background-color: #551313;
}
</style>
border-color css
<style>
span { border-color: #551313; }
span { border-color: rgb(85,19,19); }
td.TdClassName
{
border-color: #551313;
}
.TagClassName
{
border-color: #551313;
}
</style>