#501304

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

Shades of Red Oxide #501304

Tints of Red Oxide #501304

Color information

#501304 (or 0x501304) is unknown color: approx Red Oxide. HEX triplet: 50, 13 and 04. RGB value is (80,19,4). Sum of RGB (Red+Green+Blue) = 80+19+4=103 (13% of max value = 765). Red value is 80 (31.64% from 255 or 77.67% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 4 (1.95% from 255 or 3.88% from 103); Max value from RGB is 80 - color contains mainly: red. Hex color #501304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501304 is #AFECFB. Grayscale: #232323. Windows color (decimal): -11529468 or 267088. OLE color: 267088.

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

Color convert

RGB80194-
CMYK00.760.950.69
HSL11.84º90.48%16.47%-
HSV(B)11.84º95%31.37%-
XYZ3.562.180.35-
YUV35.53110.21159.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 77.67%
GREEN value IS 19 (7.81% from 255) = 18.45%
BLUE value IS 4 (1.95% from 255) = 3.88%
R=77.67%
G=18.45%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8019400.760.950.6911.8490.4816.47
Hex5013404C5F45c5a10
Octal12023401141371051413220
Binary10100001001110001001100101111110001011100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501304; }

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

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

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

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

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

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

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

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