#501813

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

Shades of Red Oxide #501813

Tints of Red Oxide #501813

Color information

#501813 (or 0x501813) is unknown color: approx Red Oxide. HEX triplet: 50, 18 and 13. RGB value is (80,24,19). Sum of RGB (Red+Green+Blue) = 80+24+19=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #501813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501813 is #AFE7EC. Grayscale: #282828. Windows color (decimal): -11528173 or 1251408. OLE color: 1251408.

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

Color convert

RGB802419-
CMYK00.700.760.69
HSL4.92º61.62%19.41%-
HSV(B)4.92º76.25%31.37%-
XYZ3.752.410.88-
YUV40.17116.05156.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 65.04%
GREEN value IS 24 (9.77% from 255) = 19.51%
BLUE value IS 19 (7.81% from 255) = 15.45%
R=65.04%
G=19.51%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80241900.700.760.694.9261.6219.41
Hex5018130464C4553e13
Octal1203023010611410557623
Binary10100001100010011010001101001100100010110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501813; }

 p { color: rgb(80,24,19); }

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

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

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

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

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

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

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