#501A17

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

Shades of Red Oxide #501A17

Tints of Red Oxide #501A17

Color information

#501A17 (or 0x501A17) is unknown color: approx Red Oxide. HEX triplet: 50, 1A and 17. RGB value is (80,26,23). Sum of RGB (Red+Green+Blue) = 80+26+23=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #501A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501A17 is #AFE5E8. Grayscale: #292929. Windows color (decimal): -11527657 or 1514064. OLE color: 1514064.

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

Color convert

RGB802623-
CMYK00.670.710.69
HSL3.16º55.34%20.2%-
HSV(B)3.16º71.25%31.37%-
XYZ3.832.511.09-
YUV41.8117.39155.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.02%
GREEN value IS 26 (10.55% from 255) = 20.16%
BLUE value IS 23 (9.38% from 255) = 17.83%
R=62.02%
G=20.16%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80262300.670.710.693.1655.3420.2
Hex501A17043474533714
Octal1203227010310710536724
Binary1010000110101011101000011100011110001011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,26,23); }

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

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

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

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

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

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

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