Html Css Color HEX #50242A Lonestar

📋 copy color: '#50242A'

red 80 ◦ green 36 ◦ blue 42

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

Shades of Lonestar #50242A

Tints of Lonestar #50242A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 26.58%

R = 50.63%
G = 22.78%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#50242A (or 0x50242A) is known color: Lonestar. HEX triplet: 50, 24 and 2A. RGB value is (80,36,42). Sum of RGB (Red+Green+Blue) = 80+36+42=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #50242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50242A is #AFDBD5. Grayscale: #313131. Windows color (decimal): -11525078 or 2761808. OLE color: 2761808.

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

Color convert

RGB 80 36 42 -
CMYK 0 0.55 0.48 0.69
HSL 351.82º 0.38% 0.23% -
HSV(B) 351.82º 0.55% 0.31% -
XYZ 4.36 3.13 2.57 -
YUV 49.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 80 36 42 0 0.55 0.48 0.69 351.82 0.38 0.23
Hex 50 24 2A 0 37 30 45 160 26 17
Octal 120 44 52 0 67 60 105 540 46 27
Binary 1010000 100100 101010 0 110111 110000 1000101 101100000 100110 10111

Color Harmonies of #50242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50242A

Black with #50242A

Text Example


Text Example

White with #50242A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50242A; }

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

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

background-color css

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

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

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

border-color css

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

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

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