#501209

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

Shades of Red Oxide #501209

Tints of Red Oxide #501209

Color information

#501209 (or 0x501209) is unknown color: approx Red Oxide. HEX triplet: 50, 12 and 09. RGB value is (80,18,9). Sum of RGB (Red+Green+Blue) = 80+18+9=107 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.77% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 80 - color contains mainly: red. Hex color #501209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501209 is #AFEDF6. Grayscale: #232323. Windows color (decimal): -11529719 or 594512. OLE color: 594512.

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

Color convert

RGB80189-
CMYK00.780.890.69
HSL7.61º79.78%17.45%-
HSV(B)7.61º88.75%31.37%-
XYZ3.572.160.49-
YUV35.51113.04159.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 74.77%
GREEN value IS 18 (7.42% from 255) = 16.82%
BLUE value IS 9 (3.91% from 255) = 8.41%
R=74.77%
G=16.82%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8018900.780.890.697.6179.7817.45
Hex5012904E594585011
Octal120221101161311051012021
Binary101000010010100101001110101100110001011000101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501209; }

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

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

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

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

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

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

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

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