#550A09

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

Shades of Red Oxide #550A09

Tints of Red Oxide #550A09

Color information

#550A09 (or 0x550A09) is unknown color: approx Red Oxide. HEX triplet: 55, 0A and 09. RGB value is (85,10,9). Sum of RGB (Red+Green+Blue) = 85+10+9=104 (13% of max value = 765). Red value is 85 (33.59% from 255 or 81.73% from 104); Green value is 10 (4.30% from 255 or 9.62% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 85 - color contains mainly: red. Hex color #550A09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550A09 is #AAF5F6. Grayscale: #202020. Windows color (decimal): -11204087 or 592469. OLE color: 592469.

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

Color convert

RGB85109-
CMYK00.880.890.67
HSL0.79º80.85%18.43%-
HSV(B)0.79º89.41%33.33%-
XYZ3.92.170.47-
YUV32.31114.85165.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 81.73%
GREEN value IS 10 (4.30% from 255) = 9.62%
BLUE value IS 9 (3.91% from 255) = 8.65%
R=81.73%
G=9.62%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8510900.880.890.670.7980.8518.43
Hex55A9058594315112
Octal12512110130131103112122
Binary10101011010100101011000101100110000111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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