#550D09

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

Shades of Red Oxide #550D09

Tints of Red Oxide #550D09

Color information

#550D09 (or 0x550D09) is unknown color: approx Red Oxide. HEX triplet: 55, 0D and 09. RGB value is (85,13,9). Sum of RGB (Red+Green+Blue) = 85+13+9=107 (14% of max value = 765). Red value is 85 (33.59% from 255 or 79.44% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 85 - color contains mainly: red. Hex color #550D09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550D09 is #AAF2F6. Grayscale: #222222. Windows color (decimal): -11203319 or 593237. OLE color: 593237.

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

Color convert

RGB85139-
CMYK00.850.890.67
HSL3.16º80.85%18.43%-
HSV(B)3.16º89.41%33.33%-
XYZ3.942.240.48-
YUV34.07113.85164.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 79.44%
GREEN value IS 13 (5.47% from 255) = 12.15%
BLUE value IS 9 (3.91% from 255) = 8.41%
R=79.44%
G=12.15%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8513900.850.890.673.1680.8518.43
Hex55D9055594335112
Octal12515110125131103312122
Binary101010111011001010101011011001100001111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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