#50242A

Color #50242A Lonestar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lonestar #50242A

Tints of Lonestar #50242A

Color information

#50242A (or 0x50242A) is unknown color: approx 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

RGB803642-
CMYK00.550.480.69
HSL351.82º37.93%22.75%-
HSV(B)351.82º55%31.37%-
XYZ4.363.132.57-
YUV49.84123.58149.51-

RGB Variations

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

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.80% from 255) = 26.58%
R=50.63%
G=22.78%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80364200.550.480.69351.8237.9322.75
Hex50242A03730451602617
Octal1204452067601055404627
Binary10100001001001010100110111110000100010110110000010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>