Html Css Color HEX #502022 Lonestar

📋 copy color: '#502022'

red 80 ◦ green 32 ◦ blue 34

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

Shades of Lonestar #502022

Tints of Lonestar #502022

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.92%

 BLUE value IS 34 (13.67% from 255) = 23.29%

R = 54.79%
G = 21.92%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#502022 (or 0x502022) is known color: Lonestar. HEX triplet: 50, 20 and 22. RGB value is (80,32,34). Sum of RGB (Red+Green+Blue) = 80+32+34=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 34 (13.67% from 255 or 23.29% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #502022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502022 is #AFDFDD. Grayscale: #2E2E2E. Windows color (decimal): -11526110 or 2236496. OLE color: 2236496.

HSL color Cylindrical-coordinate representation of color #502022: hue angle of 357.5º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #502022 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 32 34 -
CMYK 0 0.60 0.58 0.69
HSL 357.5º 0.43% 0.22% -
HSV(B) 357.5º 0.6% 0.31% -
XYZ 4.11 2.85 1.85 -
YUV 46.58 120.9 151.84 -
System Red Green Blue C M Y K H S L
Decimal 80 32 34 0 0.60 0.58 0.69 357.5 0.43 0.22
Hex 50 20 22 0 3C 3A 45 166 2B 16
Octal 120 40 42 0 74 72 105 546 53 26
Binary 1010000 100000 100010 0 111100 111010 1000101 101100110 101011 10110

Color Harmonies of #502022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502022

Black with #502022

Text Example


Text Example

White with #502022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502022; }

 p { color: rgb(80,32,34); }

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

background-color css

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

 a { background-color: rgb(80,32,34); }

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

border-color css

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

 span { border-color: rgb(80,32,34); }

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