Html Css Color HEX #502526 Lonestar

📋 copy color: '#502526'

red 80 ◦ green 37 ◦ blue 38

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

Shades of Lonestar #502526

Tints of Lonestar #502526

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.87%

 BLUE value IS 38 (15.23% from 255) = 24.52%

R = 51.61%
G = 23.87%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#502526 (or 0x502526) is known color: Lonestar. HEX triplet: 50, 25 and 26. RGB value is (80,37,38). Sum of RGB (Red+Green+Blue) = 80+37+38=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #502526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502526 is #AFDAD9. Grayscale: #323232. Windows color (decimal): -11524826 or 2499920. OLE color: 2499920.

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

Color convert

RGB 80 37 38 -
CMYK 0 0.54 0.52 0.69
HSL 358.6º 0.37% 0.23% -
HSV(B) 358.6º 0.54% 0.31% -
XYZ 4.32 3.17 2.22 -
YUV 49.97 121.25 149.42 -
System Red Green Blue C M Y K H S L
Decimal 80 37 38 0 0.54 0.52 0.69 358.6 0.37 0.23
Hex 50 25 26 0 36 34 45 167 25 17
Octal 120 45 46 0 66 64 105 547 45 27
Binary 1010000 100101 100110 0 110110 110100 1000101 101100111 100101 10111

Color Harmonies of #502526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502526

Black with #502526

Text Example


Text Example

White with #502526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502526; }

 p { color: rgb(80,37,38); }

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

background-color css

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

 a { background-color: rgb(80,37,38); }

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

border-color css

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

 span { border-color: rgb(80,37,38); }

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