Html Css Color HEX #502122 Lonestar

📋 copy color: '#502122'

red 80 ◦ green 33 ◦ blue 34

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

Shades of Lonestar #502122

Tints of Lonestar #502122

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.45%

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

R = 54.42%
G = 22.45%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#502122 (or 0x502122) is known color: Lonestar. HEX triplet: 50, 21 and 22. RGB value is (80,33,34). Sum of RGB (Red+Green+Blue) = 80+33+34=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #502122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502122 is #AFDEDD. Grayscale: #2F2F2F. Windows color (decimal): -11525854 or 2236752. OLE color: 2236752.

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

Color convert

RGB 80 33 34 -
CMYK 0 0.59 0.58 0.69
HSL 358.72º 0.42% 0.22% -
HSV(B) 358.72º 0.59% 0.31% -
XYZ 4.14 2.91 1.86 -
YUV 47.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 80 33 34 0 0.59 0.58 0.69 358.72 0.42 0.22
Hex 50 21 22 0 3B 3A 45 167 2A 16
Octal 120 41 42 0 73 72 105 547 52 26
Binary 1010000 100001 100010 0 111011 111010 1000101 101100111 101010 10110

Color Harmonies of #502122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502122

Black with #502122

Text Example


Text Example

White with #502122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502122; }

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

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

background-color css

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

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

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

border-color css

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

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

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