Html Css Color HEX #501F23 Lonestar

📋 copy color: '#501F23'

red 80 ◦ green 31 ◦ blue 35

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

Shades of Lonestar #501F23

Tints of Lonestar #501F23

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.23%

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

R = 54.79%
G = 21.23%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#501F23 (or 0x501F23) is known color: Lonestar. HEX triplet: 50, 1F and 23. RGB value is (80,31,35). Sum of RGB (Red+Green+Blue) = 80+31+35=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #501F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F23 is #AFE0DC. Grayscale: #2E2E2E. Windows color (decimal): -11526365 or 2301776. OLE color: 2301776.

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

Color convert

RGB 80 31 35 -
CMYK 0 0.61 0.56 0.69
HSL 355.1º 0.44% 0.22% -
HSV(B) 355.1º 0.61% 0.31% -
XYZ 4.1 2.81 1.92 -
YUV 46.11 121.73 152.17 -
System Red Green Blue C M Y K H S L
Decimal 80 31 35 0 0.61 0.56 0.69 355.1 0.44 0.22
Hex 50 1F 23 0 3D 38 45 163 2C 16
Octal 120 37 43 0 75 70 105 543 54 26
Binary 1010000 11111 100011 0 111101 111000 1000101 101100011 101100 10110

Color Harmonies of #501F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F23

Black with #501F23

Text Example


Text Example

White with #501F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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