Shades of Red Oxide #550702
Tints of Red Oxide #550702
RGB
CMYK
RGB Variations
Color information
#550702 (or 0x550702) is known color: Red Oxide. HEX triplet: 55, 07 and 02. RGB value is (85,7,2). Sum of RGB (Red+Green+Blue) = 85+7+2=94 (12% of max value = 765). Red value is 85 (33.59% from 255 or 90.43% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 85 - color contains mainly: red. Hex color #550702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550702 is #AAF8FD. Grayscale: #1D1D1D. Windows color (decimal): -11204862 or 132949. OLE color: 132949.
HSL color Cylindrical-coordinate representation of color #550702: hue angle of 3.61º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #550702 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 7 | 2 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.67 |
| HSL | 3.61º | 0.95% | 0.17% | - |
| HSV(B) | 3.61º | 0.98% | 0.33% | - |
| XYZ | 3.83 | 2.09 | 0.26 | - |
| YUV | 29.75 | 112.34 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 2 | 0 | 0.92 | 0.98 | 0.67 | 3.61 | 0.95 | 0.17 |
| Hex | 55 | 7 | 2 | 0 | 5C | 62 | 43 | 4 | 5F | 11 |
| Octal | 125 | 7 | 2 | 0 | 134 | 142 | 103 | 4 | 137 | 21 |
| Binary | 1010101 | 111 | 10 | 0 | 1011100 | 1100010 | 1000011 | 100 | 1011111 | 10001 |
Color Harmonies of #550702
Complementary color
Monochromatic Colors of #550702
Black with #550702
Text Example
Text Example
White with #550702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550702; }
p { color: rgb(85,7,2); }
H1.HeaderClassName
{
color: #550702;
}
.AnyTagClassName
{
color: #550702;
}
</style>
background-color css
<style>
a { background-color: #550702; }
a { background-color: rgb(85,7,2); }
div.DivClassName
{
background-color: #550702;
}
.BgClassName
{
background-color: #550702;
}
</style>
border-color css
<style>
span { border-color: #550702; }
span { border-color: rgb(85,7,2); }
td.TdClassName
{
border-color: #550702;
}
.TagClassName
{
border-color: #550702;
}
</style>