#511F22

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

Shades of Lonestar #511F22

Tints of Lonestar #511F22

Color information

#511F22 (or 0x511F22) is unknown color: approx Lonestar. HEX triplet: 51, 1F and 22. RGB value is (81,31,34). Sum of RGB (Red+Green+Blue) = 81+31+34=146 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.48% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 34 (13.67% from 255 or 23.29% from 146); Max value from RGB is 81 - color contains mainly: red. Hex color #511F22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511F22 is #AEE0DD. Grayscale: #2E2E2E. Windows color (decimal): -11460830 or 2236241. OLE color: 2236241.

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

Color convert

RGB813134-
CMYK00.620.580.68
HSL356.4º44.64%21.96%-
HSV(B)356.4º61.73%31.76%-
XYZ4.172.841.84-
YUV46.29121.06152.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.48%
GREEN value IS 31 (12.5% from 255) = 21.23%
BLUE value IS 34 (13.67% from 255) = 23.29%
R=55.48%
G=21.23%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81313400.620.580.68356.444.6421.96
Hex511F2203E3A441642d16
Octal1213742076721045445526
Binary1010001111111000100111110111010100010010110010010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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