Html Css Color HEX #502329 Lonestar

📋 copy color: '#502329'

red 80 ◦ green 35 ◦ blue 41

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

Shades of Lonestar #502329

Tints of Lonestar #502329

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

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

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

RGB 80 35 41 -
CMYK 0 0.56 0.49 0.69
HSL 352º 0.39% 0.23% -
HSV(B) 352º 0.56% 0.31% -
XYZ 4.31 3.07 2.46 -
YUV 49.14 123.41 150.01 -
System Red Green Blue C M Y K H S L
Decimal 80 35 41 0 0.56 0.49 0.69 352 0.39 0.23
Hex 50 23 29 0 38 31 45 160 27 17
Octal 120 43 51 0 70 61 105 540 47 27
Binary 1010000 100011 101001 0 111000 110001 1000101 101100000 100111 10111

Color Harmonies of #502329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502329

Black with #502329

Text Example


Text Example

White with #502329

Text Example


Text Example

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