#501D1F

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

Shades of Lonestar #501D1F

Tints of Lonestar #501D1F

Color information

#501D1F (or 0x501D1F) is unknown color: approx Lonestar. HEX triplet: 50, 1D and 1F. RGB value is (80,29,31). Sum of RGB (Red+Green+Blue) = 80+29+31=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #501D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D1F is #AFE2E0. Grayscale: #2C2C2C. Windows color (decimal): -11526881 or 2039120. OLE color: 2039120.

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

Color convert

RGB802931-
CMYK00.640.610.69
HSL357.65º46.79%21.37%-
HSV(B)357.65º63.75%31.37%-
XYZ3.992.681.6-
YUV44.48120.4153.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.14%
GREEN value IS 29 (11.72% from 255) = 20.71%
BLUE value IS 31 (12.5% from 255) = 22.14%
R=57.14%
G=20.71%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80293100.640.610.69357.6546.7921.37
Hex501D1F0403D451662f15
Octal12035370100751055465725
Binary1010000111011111101000000111101100010110110011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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