Shades of Red Oxide #551B1A
Tints of Red Oxide #551B1A
RGB
CMYK
RGB Variations
Color information
#551B1A (or 0x551B1A) is known color: Red Oxide. HEX triplet: 55, 1B and 1A. RGB value is (85,27,26). Sum of RGB (Red+Green+Blue) = 85+27+26=138 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.59% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 85 - color contains mainly: red. Hex color #551B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B1A is #AAE4E5. Grayscale: #2C2C2C. Windows color (decimal): -11199718 or 1710933. OLE color: 1710933.
HSL color Cylindrical-coordinate representation of color #551B1A: hue angle of 1.02º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #551B1A is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 27 | 26 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.67 |
| HSL | 1.02º | 0.53% | 0.22% | - |
| HSV(B) | 1.02º | 0.69% | 0.33% | - |
| XYZ | 4.32 | 2.79 | 1.29 | - |
| YUV | 44.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 26 | 0 | 0.68 | 0.69 | 0.67 | 1.02 | 0.53 | 0.22 |
| Hex | 55 | 1B | 1A | 0 | 44 | 45 | 43 | 1 | 35 | 16 |
| Octal | 125 | 33 | 32 | 0 | 104 | 105 | 103 | 1 | 65 | 26 |
| Binary | 1010101 | 11011 | 11010 | 0 | 1000100 | 1000101 | 1000011 | 1 | 110101 | 10110 |
Color Harmonies of #551B1A
Complementary color
Monochromatic Colors of #551B1A
Black with #551B1A
Text Example
Text Example
White with #551B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B1A; }
p { color: rgb(85,27,26); }
H1.HeaderClassName
{
color: #551B1A;
}
.AnyTagClassName
{
color: #551B1A;
}
</style>
background-color css
<style>
a { background-color: #551B1A; }
a { background-color: rgb(85,27,26); }
div.DivClassName
{
background-color: #551B1A;
}
.BgClassName
{
background-color: #551B1A;
}
</style>
border-color css
<style>
span { border-color: #551B1A; }
span { border-color: rgb(85,27,26); }
td.TdClassName
{
border-color: #551B1A;
}
.TagClassName
{
border-color: #551B1A;
}
</style>