Html Css Color HEX #502021 Lonestar

📋 copy color: '#502021'

red 80 ◦ green 32 ◦ blue 33

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

Shades of Lonestar #502021

Tints of Lonestar #502021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 22.76%

R = 55.17%
G = 22.07%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#502021 (or 0x502021) is known color: Lonestar. HEX triplet: 50, 20 and 21. RGB value is (80,32,33). Sum of RGB (Red+Green+Blue) = 80+32+33=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #502021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502021 is #AFDFDE. Grayscale: #2E2E2E. Windows color (decimal): -11526111 or 2170960. OLE color: 2170960.

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

Color convert

RGB 80 32 33 -
CMYK 0 0.60 0.59 0.69
HSL 358.75º 0.43% 0.22% -
HSV(B) 358.75º 0.6% 0.31% -
XYZ 4.1 2.85 1.77 -
YUV 46.47 120.4 151.92 -
System Red Green Blue C M Y K H S L
Decimal 80 32 33 0 0.60 0.59 0.69 358.75 0.43 0.22
Hex 50 20 21 0 3C 3B 45 167 2B 16
Octal 120 40 41 0 74 73 105 547 53 26
Binary 1010000 100000 100001 0 111100 111011 1000101 101100111 101011 10110

Color Harmonies of #502021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502021

Black with #502021

Text Example


Text Example

White with #502021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502021; }

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

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

background-color css

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

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

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

border-color css

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

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

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