#550E09

Color #550E09 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #550E09

Tints of Red Oxide #550E09

Color information

#550E09 (or 0x550E09) is unknown color: approx Red Oxide. HEX triplet: 55, 0E and 09. RGB value is (85,14,9). Sum of RGB (Red+Green+Blue) = 85+14+9=108 (14% of max value = 765). Red value is 85 (33.59% from 255 or 78.70% from 108); Green value is 14 (5.86% from 255 or 12.96% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 85 - color contains mainly: red. Hex color #550E09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550E09 is #AAF1F6. Grayscale: #222222. Windows color (decimal): -11203063 or 593493. OLE color: 593493.

HSL color Cylindrical-coordinate representation of color #550E09: hue angle of 3.95º 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 #550E09 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB85149-
CMYK00.840.890.67
HSL3.95º80.85%18.43%-
HSV(B)3.95º89.41%33.33%-
XYZ3.952.270.49-
YUV34.66113.52163.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 78.70%
GREEN value IS 14 (5.86% from 255) = 12.96%
BLUE value IS 9 (3.91% from 255) = 8.33%
R=78.70%
G=12.96%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8514900.840.890.673.9580.8518.43
Hex55E9054594345112
Octal12516110124131103412122
Binary1010101111010010101010010110011000011100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550E09; }

 p { color: rgb(85,14,9); }

 H1.HeaderClassName
 {
   color: #550E09;
 }
 .AnyTagClassName
 {
   color: #550E09;
 }
</style>
background-color css

<style>
 a { background-color: #550E09; }

 a { background-color: rgb(85,14,9); }

 div.DivClassName
 {
   background-color: #550E09;
 }
 .BgClassName
 {
   background-color: #550E09;
 }
</style>
border-color css

<style>
 span { border-color: #550E09; }

 span { border-color: rgb(85,14,9); }

 td.TdClassName
 {
   border-color: #550E09;
 }
 .TagClassName
 {
   border-color: #550E09;
 }
</style>