#502329

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

Shades of Lonestar #502329

Tints of Lonestar #502329

Color information

#502329 (or 0x502329) is unknown color: approx Lonestar. HEX triplet: 50, 23 and 29. RGB value is (80,35,41). Sum of RGB (Red+Green+Blue) = 80+35+41=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #502329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502329 is #AFDCD6. Grayscale: #313131. Windows color (decimal): -11525335 or 2696016. OLE color: 2696016.

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

Color convert

RGB803541-
CMYK00.560.490.69
HSL352º39.13%22.55%-
HSV(B)352º56.25%31.37%-
XYZ4.313.072.46-
YUV49.14123.41150.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.28%
GREEN value IS 35 (14.06% from 255) = 22.44%
BLUE value IS 41 (16.41% from 255) = 26.28%
R=51.28%
G=22.44%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80354100.560.490.6935239.1322.55
Hex50232903831451602717
Octal1204351070611055404727
Binary10100001000111010010111000110001100010110110000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502329; }

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

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

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

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

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

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

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

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