Shades of Red Oxide #551409
Tints of Red Oxide #551409
RGB
CMYK
RGB Variations
Color information
#551409 (or 0x551409) is known color: Red Oxide. HEX triplet: 55, 14 and 09. RGB value is (85,20,9). Sum of RGB (Red+Green+Blue) = 85+20+9=114 (15% of max value = 765). Red value is 85 (33.59% from 255 or 74.56% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 9 (3.91% from 255 or 7.89% from 114); Max value from RGB is 85 - color contains mainly: red. Hex color #551409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551409 is #AAEBF6. Grayscale: #262626. Windows color (decimal): -11201527 or 595029. OLE color: 595029.
HSL color Cylindrical-coordinate representation of color #551409: hue angle of 8.68º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #551409 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 9 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.67 |
| HSL | 8.68º | 0.81% | 0.18% | - |
| HSV(B) | 8.68º | 0.89% | 0.33% | - |
| XYZ | 4.05 | 2.45 | 0.52 | - |
| YUV | 38.18 | 111.53 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 9 | 0 | 0.76 | 0.89 | 0.67 | 8.68 | 0.81 | 0.18 |
| Hex | 55 | 14 | 9 | 0 | 4C | 59 | 43 | 9 | 51 | 12 |
| Octal | 125 | 24 | 11 | 0 | 114 | 131 | 103 | 11 | 121 | 22 |
| Binary | 1010101 | 10100 | 1001 | 0 | 1001100 | 1011001 | 1000011 | 1001 | 1010001 | 10010 |
Color Harmonies of #551409
Complementary color
Monochromatic Colors of #551409
Black with #551409
Text Example
Text Example
White with #551409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551409; }
p { color: rgb(85,20,9); }
H1.HeaderClassName
{
color: #551409;
}
.AnyTagClassName
{
color: #551409;
}
</style>
background-color css
<style>
a { background-color: #551409; }
a { background-color: rgb(85,20,9); }
div.DivClassName
{
background-color: #551409;
}
.BgClassName
{
background-color: #551409;
}
</style>
border-color css
<style>
span { border-color: #551409; }
span { border-color: rgb(85,20,9); }
td.TdClassName
{
border-color: #551409;
}
.TagClassName
{
border-color: #551409;
}
</style>