#501910

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

Shades of Red Oxide #501910

Tints of Red Oxide #501910

Color information

#501910 (or 0x501910) is unknown color: approx Red Oxide. HEX triplet: 50, 19 and 10. RGB value is (80,25,16). Sum of RGB (Red+Green+Blue) = 80+25+16=121 (16% of max value = 765). Red value is 80 (31.64% from 255 or 66.12% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 80 - color contains mainly: red. Hex color #501910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501910 is #AFE6EF. Grayscale: #282828. Windows color (decimal): -11527920 or 1055056. OLE color: 1055056.

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

Color convert

RGB802516-
CMYK00.690.800.69
HSL8.44º66.67%18.82%-
HSV(B)8.44º80%31.37%-
XYZ3.752.440.76-
YUV40.42114.22156.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 66.12%
GREEN value IS 25 (10.16% from 255) = 20.66%
BLUE value IS 16 (6.64% from 255) = 13.22%
R=66.12%
G=20.66%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80251600.690.800.698.4466.6718.82
Hex501910045504584313
Octal120312001051201051010323
Binary1010000110011000001000101101000010001011000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501910; }

 p { color: rgb(80,25,16); }

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

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

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

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

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

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

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