#500D09

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

Shades of Red Oxide #500D09

Tints of Red Oxide #500D09

Color information

#500D09 (or 0x500D09) is unknown color: approx Red Oxide. HEX triplet: 50, 0D and 09. RGB value is (80,13,9). Sum of RGB (Red+Green+Blue) = 80+13+9=102 (13% of max value = 765). Red value is 80 (31.64% from 255 or 78.43% from 102); Green value is 13 (5.47% from 255 or 12.75% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 80 - color contains mainly: red. Hex color #500D09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500D09 is #AFF2F6. Grayscale: #202020. Windows color (decimal): -11530999 or 593232. OLE color: 593232.

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

Color convert

RGB80139-
CMYK00.840.890.69
HSL3.38º79.78%17.45%-
HSV(B)3.38º88.75%31.37%-
XYZ3.52.010.46-
YUV32.58114.7161.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 78.43%
GREEN value IS 13 (5.47% from 255) = 12.75%
BLUE value IS 9 (3.91% from 255) = 8.82%
R=78.43%
G=12.75%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8013900.840.890.693.3879.7817.45
Hex50D9054594535011
Octal12015110124131105312021
Binary101000011011001010101001011001100010111101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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