Shades of Red Oxide #551B13
Tints of Red Oxide #551B13
RGB
CMYK
RGB Variations
Color information
#551B13 (or 0x551B13) is known color: Red Oxide. HEX triplet: 55, 1B and 13. RGB value is (85,27,19). Sum of RGB (Red+Green+Blue) = 85+27+19=131 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.89% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 85 - color contains mainly: red. Hex color #551B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551B13 is #AAE4EC. Grayscale: #2B2B2B. Windows color (decimal): -11199725 or 1252181. OLE color: 1252181.
HSL color Cylindrical-coordinate representation of color #551B13: hue angle of 7.27º 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 #551B13 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 27 | 19 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.67 |
| HSL | 7.27º | 0.63% | 0.2% | - |
| HSV(B) | 7.27º | 0.78% | 0.33% | - |
| XYZ | 4.26 | 2.76 | 0.92 | - |
| YUV | 43.43 | 114.22 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 19 | 0 | 0.68 | 0.78 | 0.67 | 7.27 | 0.63 | 0.2 |
| Hex | 55 | 1B | 13 | 0 | 44 | 4E | 43 | 7 | 3F | 14 |
| Octal | 125 | 33 | 23 | 0 | 104 | 116 | 103 | 7 | 77 | 24 |
| Binary | 1010101 | 11011 | 10011 | 0 | 1000100 | 1001110 | 1000011 | 111 | 111111 | 10100 |
Color Harmonies of #551B13
Complementary color
Monochromatic Colors of #551B13
Black with #551B13
Text Example
Text Example
White with #551B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B13; }
p { color: rgb(85,27,19); }
H1.HeaderClassName
{
color: #551B13;
}
.AnyTagClassName
{
color: #551B13;
}
</style>
background-color css
<style>
a { background-color: #551B13; }
a { background-color: rgb(85,27,19); }
div.DivClassName
{
background-color: #551B13;
}
.BgClassName
{
background-color: #551B13;
}
</style>
border-color css
<style>
span { border-color: #551B13; }
span { border-color: rgb(85,27,19); }
td.TdClassName
{
border-color: #551B13;
}
.TagClassName
{
border-color: #551B13;
}
</style>