Html Css Color HEX #501D1F Lonestar

📋 copy color: '#501D1F'

red 80 ◦ green 29 ◦ blue 31

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

Shades of Lonestar #501D1F

Tints of Lonestar #501D1F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.71%

 BLUE value IS 31 (12.5% from 255) = 22.14%

R = 57.14%
G = 20.71%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#501D1F (or 0x501D1F) is known color: Lonestar. HEX triplet: 50, 1D and 1F. RGB value is (80,29,31). Sum of RGB (Red+Green+Blue) = 80+29+31=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #501D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D1F is #AFE2E0. Grayscale: #2C2C2C. Windows color (decimal): -11526881 or 2039120. OLE color: 2039120.

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

Color convert

RGB 80 29 31 -
CMYK 0 0.64 0.61 0.69
HSL 357.65º 0.47% 0.21% -
HSV(B) 357.65º 0.64% 0.31% -
XYZ 3.99 2.68 1.6 -
YUV 44.48 120.4 153.34 -
System Red Green Blue C M Y K H S L
Decimal 80 29 31 0 0.64 0.61 0.69 357.65 0.47 0.21
Hex 50 1D 1F 0 40 3D 45 166 2F 15
Octal 120 35 37 0 100 75 105 546 57 25
Binary 1010000 11101 11111 0 1000000 111101 1000101 101100110 101111 10101

Color Harmonies of #501D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501D1F

Black with #501D1F

Text Example


Text Example

White with #501D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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