Html Css Color HEX #502529 Lonestar

📋 copy color: '#502529'

red 80 ◦ green 37 ◦ blue 41

#502529
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lonestar #502529

Tints of Lonestar #502529

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 value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#502529 (or 0x502529) is known color: 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

RGB 80 37 41 -
CMYK 0 0.54 0.49 0.69
HSL 354.42º 0.37% 0.23% -
HSV(B) 354.42º 0.54% 0.31% -
XYZ 4.37 3.19 2.48 -
YUV 50.31 122.75 149.17 -
System Red Green Blue C M Y K H S L
Decimal 80 37 41 0 0.54 0.49 0.69 354.42 0.37 0.23
Hex 50 25 29 0 36 31 45 162 25 17
Octal 120 45 51 0 66 61 105 542 45 27
Binary 1010000 100101 101001 0 110110 110001 1000101 101100010 100101 10111

Color Harmonies of #502529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502529

Black with #502529

Text Example


Text Example

White with #502529

Text Example


Text Example

HTML Codes & Css Web 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>