#502124

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

Shades of Lonestar #502124

Tints of Lonestar #502124

Color information

#502124 (or 0x502124) is unknown color: approx Lonestar. HEX triplet: 50, 21 and 24. RGB value is (80,33,36). Sum of RGB (Red+Green+Blue) = 80+33+36=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #502124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502124 is #AFDEDB. Grayscale: #2F2F2F. Windows color (decimal): -11525852 or 2367824. OLE color: 2367824.

HSL color Cylindrical-coordinate representation of color #502124: hue angle of 356.17º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #502124 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB803336-
CMYK00.590.550.69
HSL356.17º41.59%22.16%-
HSV(B)356.17º58.75%31.37%-
XYZ4.172.922.01-
YUV47.4121.57151.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.69%
GREEN value IS 33 (13.28% from 255) = 22.15%
BLUE value IS 36 (14.45% from 255) = 24.16%
R=53.69%
G=22.15%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80333600.590.550.69356.1741.5922.16
Hex50212403B37451642a16
Octal1204144073671055445226
Binary10100001000011001000111011110111100010110110010010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502124; }

 p { color: rgb(80,33,36); }

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

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

 a { background-color: rgb(80,33,36); }

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

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

 span { border-color: rgb(80,33,36); }

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