Shades of Red Oxide #551408
Tints of Red Oxide #551408
RGB
CMYK
RGB Variations
Color information
#551408 (or 0x551408) is known color: Red Oxide. HEX triplet: 55, 14 and 08. RGB value is (85,20,8). Sum of RGB (Red+Green+Blue) = 85+20+8=113 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.22% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 85 - color contains mainly: red. Hex color #551408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551408 is #AAEBF7. Grayscale: #262626. Windows color (decimal): -11201528 or 529493. OLE color: 529493.
HSL color Cylindrical-coordinate representation of color #551408: hue angle of 9.35º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #551408 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 8 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.67 |
| HSL | 9.35º | 0.83% | 0.18% | - |
| HSV(B) | 9.35º | 0.91% | 0.33% | - |
| XYZ | 4.04 | 2.45 | 0.49 | - |
| YUV | 38.07 | 111.03 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 8 | 0 | 0.76 | 0.91 | 0.67 | 9.35 | 0.83 | 0.18 |
| Hex | 55 | 14 | 8 | 0 | 4C | 5B | 43 | 9 | 53 | 12 |
| Octal | 125 | 24 | 10 | 0 | 114 | 133 | 103 | 11 | 123 | 22 |
| Binary | 1010101 | 10100 | 1000 | 0 | 1001100 | 1011011 | 1000011 | 1001 | 1010011 | 10010 |
Color Harmonies of #551408
Complementary color
Monochromatic Colors of #551408
Black with #551408
Text Example
Text Example
White with #551408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551408; }
p { color: rgb(85,20,8); }
H1.HeaderClassName
{
color: #551408;
}
.AnyTagClassName
{
color: #551408;
}
</style>
background-color css
<style>
a { background-color: #551408; }
a { background-color: rgb(85,20,8); }
div.DivClassName
{
background-color: #551408;
}
.BgClassName
{
background-color: #551408;
}
</style>
border-color css
<style>
span { border-color: #551408; }
span { border-color: rgb(85,20,8); }
td.TdClassName
{
border-color: #551408;
}
.TagClassName
{
border-color: #551408;
}
</style>