Html Css Color HEX #502324 Lonestar

📋 copy color: '#502324'

red 80 ◦ green 35 ◦ blue 36

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

Shades of Lonestar #502324

Tints of Lonestar #502324

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.18%

 BLUE value IS 36 (14.45% from 255) = 23.84%

R = 52.98%
G = 23.18%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#502324 (or 0x502324) is known color: Lonestar. HEX triplet: 50, 23 and 24. RGB value is (80,35,36). Sum of RGB (Red+Green+Blue) = 80+35+36=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #502324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502324 is #AFDCDB. Grayscale: #303030. Windows color (decimal): -11525340 or 2368336. OLE color: 2368336.

HSL color Cylindrical-coordinate representation of color #502324: hue angle of 358.67º 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 #502324 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 35 36 -
CMYK 0 0.56 0.55 0.69
HSL 358.67º 0.39% 0.23% -
HSV(B) 358.67º 0.56% 0.31% -
XYZ 4.23 3.03 2.03 -
YUV 48.57 120.91 150.42 -
System Red Green Blue C M Y K H S L
Decimal 80 35 36 0 0.56 0.55 0.69 358.67 0.39 0.23
Hex 50 23 24 0 38 37 45 167 27 17
Octal 120 43 44 0 70 67 105 547 47 27
Binary 1010000 100011 100100 0 111000 110111 1000101 101100111 100111 10111

Color Harmonies of #502324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502324

Black with #502324

Text Example


Text Example

White with #502324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502324; }

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

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

background-color css

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

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

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

border-color css

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

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

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