#511E22

Color #511E22 Lonestar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lonestar #511E22

Tints of Lonestar #511E22

Color information

#511E22 (or 0x511E22) is unknown color: approx Lonestar. HEX triplet: 51, 1E and 22. RGB value is (81,30,34). Sum of RGB (Red+Green+Blue) = 81+30+34=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #511E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511E22 is #AEE1DD. Grayscale: #2D2D2D. Windows color (decimal): -11461086 or 2235985. OLE color: 2235985.

HSL color Cylindrical-coordinate representation of color #511E22: hue angle of 355.29º 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 #511E22 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB813034-
CMYK00.630.580.68
HSL355.29º45.95%21.76%-
HSV(B)355.29º62.96%31.76%-
XYZ4.152.791.83-
YUV45.7121.4153.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.86%
GREEN value IS 30 (12.11% from 255) = 20.69%
BLUE value IS 34 (13.67% from 255) = 23.45%
R=55.86%
G=20.69%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81303400.630.580.68355.2945.9521.76
Hex511E2203F3A441632e16
Octal1213642077721045435626
Binary1010001111101000100111111111010100010010110001110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #511E22;
 }
 .AnyTagClassName
 {
   color: #511E22;
 }
</style>
background-color css

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

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

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

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

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

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