Html Css Color HEX #501D1E Lonestar

📋 copy color: '#501D1E'

red 80 ◦ green 29 ◦ blue 30

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

Shades of Lonestar #501D1E

Tints of Lonestar #501D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 21.58%

R = 57.55%
G = 20.86%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#501D1E (or 0x501D1E) is known color: Lonestar. HEX triplet: 50, 1D and 1E. RGB value is (80,29,30). Sum of RGB (Red+Green+Blue) = 80+29+30=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #501D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D1E is #AFE2E1. Grayscale: #2C2C2C. Windows color (decimal): -11526882 or 1973584. OLE color: 1973584.

HSL color Cylindrical-coordinate representation of color #501D1E: hue angle of 358.82º 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 #501D1E is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 29 30 -
CMYK 0 0.64 0.62 0.69
HSL 358.82º 0.47% 0.21% -
HSV(B) 358.82º 0.64% 0.31% -
XYZ 3.98 2.68 1.54 -
YUV 44.36 119.9 153.42 -
System Red Green Blue C M Y K H S L
Decimal 80 29 30 0 0.64 0.62 0.69 358.82 0.47 0.21
Hex 50 1D 1E 0 40 3E 45 167 2F 15
Octal 120 35 36 0 100 76 105 547 57 25
Binary 1010000 11101 11110 0 1000000 111110 1000101 101100111 101111 10101

Color Harmonies of #501D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501D1E

Black with #501D1E

Text Example


Text Example

White with #501D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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