#501D1C

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

Shades of Red Oxide #501D1C

Tints of Red Oxide #501D1C

Color information

#501D1C (or 0x501D1C) is unknown color: approx Red Oxide. HEX triplet: 50, 1D and 1C. RGB value is (80,29,28). Sum of RGB (Red+Green+Blue) = 80+29+28=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #501D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D1C is #AFE2E3. Grayscale: #2C2C2C. Windows color (decimal): -11526884 or 1842512. OLE color: 1842512.

HSL color Cylindrical-coordinate representation of color #501D1C: hue angle of 1.15º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #501D1C is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB802928-
CMYK00.640.650.69
HSL1.15º48.15%21.18%-
HSV(B)1.15º65%31.37%-
XYZ3.962.671.41-
YUV44.14118.9153.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 58.39%
GREEN value IS 29 (11.72% from 255) = 21.17%
BLUE value IS 28 (11.33% from 255) = 20.44%
R=58.39%
G=21.17%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80292800.640.650.691.1548.1521.18
Hex501D1C040414513015
Octal1203534010010110516025
Binary101000011101111000100000010000011000101111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,29,28); }

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

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

 a { background-color: rgb(80,29,28); }

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

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

 span { border-color: rgb(80,29,28); }

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