Html Css Color HEX #502124 Lonestar

📋 copy color: '#502124'

red 80 ◦ green 33 ◦ blue 36

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

Shades of Lonestar #502124

Tints of Lonestar #502124

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

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

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

RGB 80 33 36 -
CMYK 0 0.59 0.55 0.69
HSL 356.17º 0.42% 0.22% -
HSV(B) 356.17º 0.59% 0.31% -
XYZ 4.17 2.92 2.01 -
YUV 47.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 80 33 36 0 0.59 0.55 0.69 356.17 0.42 0.22
Hex 50 21 24 0 3B 37 45 164 2A 16
Octal 120 41 44 0 73 67 105 544 52 26
Binary 1010000 100001 100100 0 111011 110111 1000101 101100100 101010 10110

Color Harmonies of #502124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502124

Black with #502124

Text Example


Text Example

White with #502124

Text Example


Text Example

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