#501609

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

Shades of Red Oxide #501609

Tints of Red Oxide #501609

Color information

#501609 (or 0x501609) is unknown color: approx Red Oxide. HEX triplet: 50, 16 and 09. RGB value is (80,22,9). Sum of RGB (Red+Green+Blue) = 80+22+9=111 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.07% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 80 - color contains mainly: red. Hex color #501609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501609 is #AFE9F6. Grayscale: #252525. Windows color (decimal): -11528695 or 595536. OLE color: 595536.

HSL color Cylindrical-coordinate representation of color #501609: hue angle of 10.99º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #501609 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.69.

Color convert

RGB80229-
CMYK00.720.890.69
HSL10.99º79.78%17.45%-
HSV(B)10.99º88.75%31.37%-
XYZ3.642.30.51-
YUV37.86111.72158.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 72.07%
GREEN value IS 22 (8.98% from 255) = 19.82%
BLUE value IS 9 (3.91% from 255) = 8.11%
R=72.07%
G=19.82%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8022900.720.890.6910.9979.7817.45
Hex501690485945b5011
Octal120261101101311051312021
Binary101000010110100101001000101100110001011011101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501609; }

 p { color: rgb(80,22,9); }

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

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

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

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

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

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

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