#550909

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

Shades of Red Oxide #550909

Tints of Red Oxide #550909

Color information

#550909 (or 0x550909) is unknown color: approx Red Oxide. HEX triplet: 55, 09 and 09. RGB value is (85,9,9). Sum of RGB (Red+Green+Blue) = 85+9+9=103 (13% of max value = 765). Red value is 85 (33.59% from 255 or 82.52% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 9 (3.91% from 255 or 8.74% from 103); Max value from RGB is 85 - color contains mainly: red. Hex color #550909 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550909 is #AAF6F6. Grayscale: #1F1F1F. Windows color (decimal): -11204343 or 592213. OLE color: 592213.

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

Color convert

RGB8599-
CMYK00.890.890.67
HSL80.85%18.43%-
HSV(B)89.41%33.33%-
XYZ3.892.150.47-
YUV31.72115.18166-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 82.52%
GREEN value IS 9 (3.91% from 255) = 8.74%
BLUE value IS 9 (3.91% from 255) = 8.74%
R=82.52%
G=8.74%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal859900.890.890.67080.8518.43
Hex5599059594305112
Octal12511110131131103012122
Binary10101011001100101011001101100110000110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550909; }

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

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

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

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

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

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

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

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