#501F23

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

Shades of Lonestar #501F23

Tints of Lonestar #501F23

Color information

#501F23 (or 0x501F23) is unknown color: approx Lonestar. HEX triplet: 50, 1F and 23. RGB value is (80,31,35). Sum of RGB (Red+Green+Blue) = 80+31+35=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #501F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F23 is #AFE0DC. Grayscale: #2E2E2E. Windows color (decimal): -11526365 or 2301776. OLE color: 2301776.

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

Color convert

RGB803135-
CMYK00.610.560.69
HSL355.1º44.14%21.76%-
HSV(B)355.1º61.25%31.37%-
XYZ4.12.811.92-
YUV46.11121.73152.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.79%
GREEN value IS 31 (12.5% from 255) = 21.23%
BLUE value IS 35 (14.06% from 255) = 23.97%
R=54.79%
G=21.23%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80313500.610.560.69355.144.1421.76
Hex501F2303D38451632c16
Octal1203743075701055435426
Binary1010000111111000110111101111000100010110110001110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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