Html Css Color HEX #502429 Lonestar

📋 copy color: '#502429'

red 80 ◦ green 36 ◦ blue 41

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

Shades of Lonestar #502429

Tints of Lonestar #502429

RGB

 RED value IS 80 (31.64% from 255) = 50.96%

 GREEN value IS 36 (14.45% from 255) = 22.93%

 BLUE value IS 41 (16.41% from 255) = 26.11%

R = 50.96%
G = 22.93%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#502429 (or 0x502429) is known color: Lonestar. HEX triplet: 50, 24 and 29. RGB value is (80,36,41). Sum of RGB (Red+Green+Blue) = 80+36+41=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #502429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502429 is #AFDBD6. Grayscale: #313131. Windows color (decimal): -11525079 or 2696272. OLE color: 2696272.

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

Color convert

RGB 80 36 41 -
CMYK 0 0.55 0.49 0.69
HSL 353.18º 0.38% 0.23% -
HSV(B) 353.18º 0.55% 0.31% -
XYZ 4.34 3.13 2.47 -
YUV 49.73 123.08 149.59 -
System Red Green Blue C M Y K H S L
Decimal 80 36 41 0 0.55 0.49 0.69 353.18 0.38 0.23
Hex 50 24 29 0 37 31 45 161 26 17
Octal 120 44 51 0 67 61 105 541 46 27
Binary 1010000 100100 101001 0 110111 110001 1000101 101100001 100110 10111

Color Harmonies of #502429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502429

Black with #502429

Text Example


Text Example

White with #502429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502429; }

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

 H1.HeaderClassName
 {
   color: #502429;
 }
 .AnyTagClassName
 {
   color: #502429;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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