#501E1F

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

Shades of Lonestar #501E1F

Tints of Lonestar #501E1F

Color information

#501E1F (or 0x501E1F) is unknown color: approx Lonestar. HEX triplet: 50, 1E and 1F. RGB value is (80,30,31). Sum of RGB (Red+Green+Blue) = 80+30+31=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #501E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E1F is #AFE1E0. Grayscale: #2D2D2D. Windows color (decimal): -11526625 or 2039376. OLE color: 2039376.

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

Color convert

RGB803031-
CMYK00.620.610.69
HSL358.8º45.45%21.57%-
HSV(B)358.8º62.5%31.37%-
XYZ4.022.731.61-
YUV45.06120.06152.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.74%
GREEN value IS 30 (12.11% from 255) = 21.28%
BLUE value IS 31 (12.5% from 255) = 21.99%
R=56.74%
G=21.28%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80303100.620.610.69358.845.4521.57
Hex501E1F03E3D451672d16
Octal1203637076751055475526
Binary101000011110111110111110111101100010110110011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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