#501713

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

Shades of Red Oxide #501713

Tints of Red Oxide #501713

Color information

#501713 (or 0x501713) is unknown color: approx Red Oxide. HEX triplet: 50, 17 and 13. RGB value is (80,23,19). Sum of RGB (Red+Green+Blue) = 80+23+19=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #501713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501713 is #AFE8EC. Grayscale: #272727. Windows color (decimal): -11528429 or 1251152. OLE color: 1251152.

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

Color convert

RGB802319-
CMYK00.710.760.69
HSL3.93º61.62%19.41%-
HSV(B)3.93º76.25%31.37%-
XYZ3.732.370.88-
YUV39.59116.38156.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 65.57%
GREEN value IS 23 (9.38% from 255) = 18.85%
BLUE value IS 19 (7.81% from 255) = 15.57%
R=65.57%
G=18.85%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80231900.710.760.693.9361.6219.41
Hex5017130474C4543e13
Octal1202723010711410547623
Binary10100001011110011010001111001100100010110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501713; }

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

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

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

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

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

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

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

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