#501610

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

Shades of Red Oxide #501610

Tints of Red Oxide #501610

Color information

#501610 (or 0x501610) is unknown color: approx Red Oxide. HEX triplet: 50, 16 and 10. RGB value is (80,22,16). Sum of RGB (Red+Green+Blue) = 80+22+16=118 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.80% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 80 - color contains mainly: red. Hex color #501610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501610 is #AFE9EF. Grayscale: #262626. Windows color (decimal): -11528688 or 1054288. OLE color: 1054288.

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

Color convert

RGB802216-
CMYK00.720.800.69
HSL5.63º66.67%18.82%-
HSV(B)5.63º80%31.37%-
XYZ3.692.320.74-
YUV38.66115.22157.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 67.80%
GREEN value IS 22 (8.98% from 255) = 18.64%
BLUE value IS 16 (6.64% from 255) = 13.56%
R=67.80%
G=18.64%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80221600.720.800.695.6366.6718.82
Hex501610048504564313
Octal12026200110120105610323
Binary101000010110100000100100010100001000101110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501610; }

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

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

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

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

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

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

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

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