#501D18

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

Shades of Red Oxide #501D18

Tints of Red Oxide #501D18

Color information

#501D18 (or 0x501D18) is unknown color: approx Red Oxide. HEX triplet: 50, 1D and 18. RGB value is (80,29,24). Sum of RGB (Red+Green+Blue) = 80+29+24=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #501D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501D18 is #AFE2E7. Grayscale: #2B2B2B. Windows color (decimal): -11526888 or 1580368. OLE color: 1580368.

HSL color Cylindrical-coordinate representation of color #501D18: hue angle of 5.36º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #501D18 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB802924-
CMYK00.640.700.69
HSL5.36º53.85%20.39%-
HSV(B)5.36º70%31.37%-
XYZ3.912.651.17-
YUV43.68116.9153.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 60.15%
GREEN value IS 29 (11.72% from 255) = 21.80%
BLUE value IS 24 (9.77% from 255) = 18.05%
R=60.15%
G=21.80%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80292400.640.700.695.3653.8520.39
Hex501D18040464553614
Octal1203530010010610556624
Binary10100001110111000010000001000110100010110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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