Html Css Color HEX #502223 Lonestar

📋 copy color: '#502223'

red 80 ◦ green 34 ◦ blue 35

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

Shades of Lonestar #502223

Tints of Lonestar #502223

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.82%

 BLUE value IS 35 (14.06% from 255) = 23.49%

R = 53.69%
G = 22.82%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#502223 (or 0x502223) is known color: Lonestar. HEX triplet: 50, 22 and 23. RGB value is (80,34,35). Sum of RGB (Red+Green+Blue) = 80+34+35=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #502223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502223 is #AFDDDC. Grayscale: #2F2F2F. Windows color (decimal): -11525597 or 2302544. OLE color: 2302544.

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

Color convert

RGB 80 34 35 -
CMYK 0 0.58 0.56 0.69
HSL 358.7º 0.4% 0.22% -
HSV(B) 358.7º 0.58% 0.31% -
XYZ 4.18 2.97 1.94 -
YUV 47.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 80 34 35 0 0.58 0.56 0.69 358.7 0.4 0.22
Hex 50 22 23 0 3A 38 45 167 28 16
Octal 120 42 43 0 72 70 105 547 50 26
Binary 1010000 100010 100011 0 111010 111000 1000101 101100111 101000 10110

Color Harmonies of #502223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502223

Black with #502223

Text Example


Text Example

White with #502223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502223; }

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

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

background-color css

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

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

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

border-color css

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

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

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