#501715

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

Shades of Red Oxide #501715

Tints of Red Oxide #501715

Color information

#501715 (or 0x501715) is unknown color: approx Red Oxide. HEX triplet: 50, 17 and 15. RGB value is (80,23,21). Sum of RGB (Red+Green+Blue) = 80+23+21=124 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64.52% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 80 - color contains mainly: red. Hex color #501715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501715 is #AFE8EA. Grayscale: #272727. Windows color (decimal): -11528427 or 1382224. OLE color: 1382224.

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

Color convert

RGB802321-
CMYK00.710.740.69
HSL2.03º58.42%19.8%-
HSV(B)2.03º73.75%31.37%-
XYZ3.752.370.97-
YUV39.82117.38156.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 64.52%
GREEN value IS 23 (9.38% from 255) = 18.55%
BLUE value IS 21 (8.59% from 255) = 16.94%
R=64.52%
G=18.55%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80232100.710.740.692.0358.4219.8
Hex5017150474A4523a14
Octal1202725010711210527224
Binary1010000101111010101000111100101010001011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501715; }

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

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

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

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

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

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

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

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