#501E1E

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

Shades of Red Oxide #501E1E

Tints of Red Oxide #501E1E

Color information

#501E1E (or 0x501E1E) is unknown color: approx Red Oxide. HEX triplet: 50, 1E and 1E. RGB value is (80,30,30). Sum of RGB (Red+Green+Blue) = 80+30+30=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #501E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E1E is #AFE1E1. Grayscale: #2D2D2D. Windows color (decimal): -11526626 or 1973840. OLE color: 1973840.

HSL color Cylindrical-coordinate representation of color #501E1E: hue angle of 0º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #501E1E is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB803030-
CMYK00.620.620.69
HSL45.45%21.57%-
HSV(B)62.5%31.37%-
XYZ4.012.731.54-
YUV44.95119.56153-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.14%
GREEN value IS 30 (12.11% from 255) = 21.43%
BLUE value IS 30 (12.11% from 255) = 21.43%
R=57.14%
G=21.43%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80303000.620.620.69045.4521.57
Hex501E1E03E3E4502d16
Octal12036360767610505526
Binary1010000111101111001111101111101000101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501E1E; }

 p { color: rgb(80,30,30); }

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

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

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

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

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

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

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