Html Css Color HEX #511E20 Lonestar

📋 copy color: '#511E20'

red 81 ◦ green 30 ◦ blue 32

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

Shades of Lonestar #511E20

Tints of Lonestar #511E20

RGB

 RED value IS 81 (32.03% from 255) = 56.64%

 GREEN value IS 30 (12.11% from 255) = 20.98%

 BLUE value IS 32 (12.89% from 255) = 22.38%

R = 56.64%
G = 20.98%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#511E20 (or 0x511E20) is known color: Lonestar. HEX triplet: 51, 1E and 20. RGB value is (81,30,32). Sum of RGB (Red+Green+Blue) = 81+30+32=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #511E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511E20 is #AEE1DF. Grayscale: #2D2D2D. Windows color (decimal): -11461088 or 2104913. OLE color: 2104913.

HSL color Cylindrical-coordinate representation of color #511E20: hue angle of 357.65º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #511E20 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 30 32 -
CMYK 0 0.63 0.60 0.68
HSL 357.65º 0.46% 0.22% -
HSV(B) 357.65º 0.63% 0.32% -
XYZ 4.12 2.78 1.69 -
YUV 45.48 120.4 153.34 -
System Red Green Blue C M Y K H S L
Decimal 81 30 32 0 0.63 0.60 0.68 357.65 0.46 0.22
Hex 51 1E 20 0 3F 3C 44 166 2E 16
Octal 121 36 40 0 77 74 104 546 56 26
Binary 1010001 11110 100000 0 111111 111100 1000100 101100110 101110 10110

Color Harmonies of #511E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511E20

Black with #511E20

Text Example


Text Example

White with #511E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511E20; }

 p { color: rgb(81,30,32); }

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

background-color css

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

 a { background-color: rgb(81,30,32); }

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

border-color css

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

 span { border-color: rgb(81,30,32); }

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