#502529

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

Shades of Lonestar #502529

Tints of Lonestar #502529

Color information

#502529 (or 0x502529) is unknown color: approx Lonestar. HEX triplet: 50, 25 and 29. RGB value is (80,37,41). Sum of RGB (Red+Green+Blue) = 80+37+41=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #502529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502529 is #AFDAD6. Grayscale: #323232. Windows color (decimal): -11524823 or 2696528. OLE color: 2696528.

HSL color Cylindrical-coordinate representation of color #502529: hue angle of 354.42º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #502529 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB803741-
CMYK00.540.490.69
HSL354.42º36.75%22.94%-
HSV(B)354.42º53.75%31.37%-
XYZ4.373.192.48-
YUV50.31122.75149.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.63%
GREEN value IS 37 (14.84% from 255) = 23.42%
BLUE value IS 41 (16.41% from 255) = 25.95%
R=50.63%
G=23.42%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80374100.540.490.69354.4236.7522.94
Hex50252903631451622517
Octal1204551066611055424527
Binary10100001001011010010110110110001100010110110001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502529; }

 p { color: rgb(80,37,41); }

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

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

 a { background-color: rgb(80,37,41); }

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

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

 span { border-color: rgb(80,37,41); }

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