#501712

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

Shades of Red Oxide #501712

Tints of Red Oxide #501712

Color information

#501712 (or 0x501712) is unknown color: approx Red Oxide. HEX triplet: 50, 17 and 12. RGB value is (80,23,18). Sum of RGB (Red+Green+Blue) = 80+23+18=121 (16% of max value = 765). Red value is 80 (31.64% from 255 or 66.12% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 80 - color contains mainly: red. Hex color #501712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501712 is #AFE8ED. Grayscale: #272727. Windows color (decimal): -11528430 or 1185616. OLE color: 1185616.

HSL color Cylindrical-coordinate representation of color #501712: hue angle of 4.84º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501712 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB802318-
CMYK00.710.780.69
HSL4.84º63.27%19.22%-
HSV(B)4.84º77.5%31.37%-
XYZ3.722.360.83-
YUV39.47115.88156.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 66.12%
GREEN value IS 23 (9.38% from 255) = 19.01%
BLUE value IS 18 (7.42% from 255) = 14.88%
R=66.12%
G=19.01%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80231800.710.780.694.8463.2719.22
Hex5017120474E4553f13
Octal1202722010711610557723
Binary10100001011110010010001111001110100010110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501712; }

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

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

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

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

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

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

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

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